|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LongValue | |
|---|---|
| org.apache.wicket.util.lang | Java utilities. |
| org.apache.wicket.util.time |
Utilities for working with Time(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 | |
|---|---|
class |
Bytes
Represents an immutable byte count. |
| Uses of LongValue in org.apache.wicket.util.time |
|---|
| Subclasses of LongValue in org.apache.wicket.util.time | |
|---|---|
class |
Duration
A Duration is an immutable length of time stored as a number of milliseconds. |
class |
Time
An immutable Time class that represents a specific point in time. |
class |
TimeOfDay
An immutable time of day value represented as milliseconds since the most recent midnight. |
| Uses of LongValue in org.apache.wicket.util.value |
|---|
| Methods in org.apache.wicket.util.value with type parameters of type LongValue | ||
|---|---|---|
static
|
LongValue.max(T lhs,
T rhs)
Returns the max of the two long values. |
|
static
|
LongValue.maxNullSafe(T lhs,
T rhs)
Null-safe version of max(T, T). |
|
| Methods in org.apache.wicket.util.value with parameters of type LongValue | |
|---|---|
int |
LongValue.compareTo(LongValue that)
Compares this Object to a given Object. |
boolean |
LongValue.greaterThan(LongValue that)
Compares this LongValue with another LongValue. |
boolean |
LongValue.greaterThanOrEqual(LongValue that)
Compares this LongValue with another LongValue. |
boolean |
LongValue.lessThan(LongValue that)
Compares this LongValue with another LongValue. |
boolean |
LongValue.lessThanOrEqual(LongValue that)
Compares this LongValue with another LongValue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||