| Package | Description |
|---|---|
| org.apache.wicket.util.lang | |
| org.apache.wicket.util.time |
Utilities for working with
Time(s). |
| org.apache.wicket.util.value |
This package provides casting utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bytes
Represents an immutable byte count.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends LongValue> |
LongValue.max(T lhs,
T rhs)
Returns the max of the two long values.
|
static <T extends LongValue> |
LongValue.maxNullSafe(T lhs,
T rhs)
Null-safe version of
max(T, T). |
static <T extends LongValue> |
LongValue.min(T lhs,
T rhs)
Returns the min of the two long values.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.