パッケージ org.piax.common.wrapper
クラス Keys
java.lang.Object
org.piax.common.wrapper.Keys
public class Keys extends Object
An entry point for key wrappers.
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Keys() -
メソッドの概要
修飾子とタイプ メソッド 説明 static <E extends Enum<E>>
EnumKey<E>newWrappedKey(E key)static BooleanKeynewWrappedKey(Boolean key)static ByteKeynewWrappedKey(Byte key)static CharacterKeynewWrappedKey(Character key)static DoubleKeynewWrappedKey(Double key)static FloatKeynewWrappedKey(Float key)static IntegerKeynewWrappedKey(Integer key)static LongKeynewWrappedKey(Long key)static ShortKeynewWrappedKey(Short key)static StringKeynewWrappedKey(String key)static <K extends Comparable<?>>
WrappedComparableKey<K>newWrappedKey(K key)
-
コンストラクタの詳細
-
Keys
public Keys()
-
-
メソッドの詳細