Uses of Class
org.apache.wicket.util.value.LongValue
-
Packages that use LongValue Package Description org.apache.wicket.util.lang org.apache.wicket.util.time Utilities for working withTime(s).org.apache.wicket.util.value This package provides casting utilities. -
-
Uses of LongValue in org.apache.wicket.util.lang
Subclasses of LongValue in org.apache.wicket.util.lang Modifier and Type Class Description classBytesRepresents an immutable byte count. -
Uses of LongValue in org.apache.wicket.util.time
Subclasses of LongValue in org.apache.wicket.util.time Modifier and Type Class Description classDurationDeprecated.Since Wicket 9 this class is obsolete and no more used.classTimeDeprecated.Since Wicket 9 this class is obsolete and no more used.classTimeOfDayDeprecated.Since Wicket 9 this class is obsolete and no more used. -
Uses of LongValue in org.apache.wicket.util.value
Methods in org.apache.wicket.util.value with type parameters of type LongValue Modifier and Type Method Description static <T extends LongValue>
TLongValue. max(T lhs, T rhs)Returns the max of the two long values.static <T extends LongValue>
TLongValue. maxNullSafe(T lhs, T rhs)Null-safe version ofmax(T, T).static <T extends LongValue>
TLongValue. min(T lhs, T rhs)Returns the min of the two long values.Methods in org.apache.wicket.util.value with parameters of type LongValue Modifier and Type Method Description intLongValue. compareTo(LongValue that)Compares thisObjectto a givenObject.booleanLongValue. greaterThan(LongValue that)Compares thisLongValuewith anotherLongValue.booleanLongValue. greaterThanOrEqual(LongValue that)Compares thisLongValuewith anotherLongValue.booleanLongValue. lessThan(LongValue that)Compares thisLongValuewith anotherLongValue.booleanLongValue. lessThanOrEqual(LongValue that)Compares thisLongValuewith anotherLongValue.
-