Class Offset.DefaultOffset<O,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.offset.Offset.DefaultOffset<O,V>
-
- All Implemented Interfaces:
Function<V,V>,Supplier<O>,UnaryOperator<V>,Offset<V>
- Direct Known Subclasses:
Offset.TemporalOffset
public static class Offset.DefaultOffset<O,V> extends Object implements Offset<V>, Supplier<O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.clustering.ee.cache.offset.Offset
Offset.DefaultOffset<O,V>, Offset.DurationOffset, Offset.InstantOffset, Offset.TemporalOffset<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vapply(V value)booleanequals(Object object)Oget()inthashCode()booleanisZero()Returns true if this offset is zero, false otherwise.StringtoString()
-
-
-
Method Detail
-
isZero
public boolean isZero()
Description copied from interface:OffsetReturns true if this offset is zero, false otherwise.
-
-