Uses of Class
org.apache.wicket.util.value.LongValue
Packages that use LongValue
Package
Description
This package provides casting utilities.
-
Uses of LongValue in org.apache.wicket.util.lang
Subclasses of LongValue in org.apache.wicket.util.lang -
Uses of LongValue in org.apache.wicket.util.value
Methods in org.apache.wicket.util.value with type parameters of type LongValueModifier and TypeMethodDescriptionstatic <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 LongValueModifier and TypeMethodDescriptionfinal intCompares thisObjectto a givenObject.final booleanLongValue.greaterThan(LongValue that) Compares thisLongValuewith anotherLongValue.final booleanLongValue.greaterThanOrEqual(LongValue that) Compares thisLongValuewith anotherLongValue.final booleanCompares thisLongValuewith anotherLongValue.final booleanLongValue.lessThanOrEqual(LongValue that) Compares thisLongValuewith anotherLongValue.