| Interface | Description |
|---|---|
| Restorable |
An abstract super interface of values that can restore their contents from a sequence of bytes.
|
| Class | Description |
|---|---|
| BooleanOption |
Represents a
boolean value which can be null. |
| ByteOption |
Represents a
byte value which can be null. |
| Date |
A light weight class about date.
|
| DateOption |
Represents a date value which can be
null. |
| DateTime |
A light weight class about date and time.
|
| DateTimeOption |
Represents a date and time value which can be
null. |
| DateUtil |
Utilities about date and time.
|
| DecimalOption |
Represents a decimal value which can be
null. |
| DoubleOption |
Represents a
double value which can be null. |
| FloatOption |
Represents a
float value which can be null. |
| IntOption |
Represents an
int value which can be null. |
| LongOption |
Represents a
long value which can be null. |
| ShortOption |
Represents a
short value which can be null. |
| StringOption |
Represents a character string value which can be
null. |
| StringOptionUtil |
Utilities for
StringOption. |
| ValueOption<V extends ValueOption<V>> |
Represents nullable and modifiable value.
|
| ValueOptionList<E extends ValueOption<E>> |
An abstract implementation of list of references to other properties.
|
| ValueOptionMap<K,V extends ValueOption<V>> |
An abstract implementation of map of references to other properties.
|
| Enum | Description |
|---|---|
| Date.Format |
Represents kinds of date formats.
|
| DateTime.Format |
Represents kinds of date and time formats.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.