| パッケージ | 説明 |
|---|---|
| org.piax.common.wrapper |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BooleanKey
A key wrapper of boolean type.
|
class |
ByteKey
A key wrapper of byte type.
|
class |
CharacterKey
A key wrapper of character type.
|
class |
DoubleKey
A key wrapper of double type.
|
class |
EnumKey<K extends Enum<K>>
A key wrapper of enum type.
|
class |
FloatKey
A key wrapper of float type.
|
class |
IntegerKey
A key wrapper of integer type.
|
class |
LongKey
A key wrapper of long type.
|
class |
NumberKey<N extends Number & Comparable<?>>
A key wrapper of number type.
|
class |
ShortKey
A key wrapper of short type.
|
class |
StringKey
A key wrapper of string type.
|
class |
WrappedComparableKeyImpl<K extends Comparable<?>>
A common implementation of wrapped keys.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <K extends Comparable<?>> |
Keys.newWrappedKey(K key) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
WrappedComparableKeyImpl.compareTo(WrappedComparableKey<K> o) |
Copyright © 2017. All rights reserved.