public class Keys extends Object
| コンストラクタと説明 |
|---|
Keys() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static BooleanKey |
newWrappedKey(Boolean key) |
static ByteKey |
newWrappedKey(Byte key) |
static CharacterKey |
newWrappedKey(Character key) |
static DoubleKey |
newWrappedKey(Double key) |
static <E extends Enum<E>> |
newWrappedKey(E key) |
static FloatKey |
newWrappedKey(Float key) |
static IntegerKey |
newWrappedKey(Integer key) |
static <K extends Comparable<?>> |
newWrappedKey(K key) |
static LongKey |
newWrappedKey(Long key) |
static ShortKey |
newWrappedKey(Short key) |
static StringKey |
newWrappedKey(String key) |
public static BooleanKey newWrappedKey(Boolean key)
public static IntegerKey newWrappedKey(Integer key)
public static CharacterKey newWrappedKey(Character key)
public static <K extends Comparable<?>> WrappedComparableKey<K> newWrappedKey(K key)
Copyright © 2017. All rights reserved.