KeyType
- the type of the map keysValueType
- the type of the map values@NotThreadSafe public class LazyMap<KeyType,ValueType> extends Object implements Map<KeyType,ValueType>, Serializable
コンストラクタと説明 |
---|
LazyMap() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Map<KeyType,ValueType> |
buildMap()
Builds an appropriate delegate map.
|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<KeyType,ValueType>> |
entrySet() |
boolean |
equals(Object obj) |
ValueType |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<KeyType> |
keySet() |
ValueType |
put(KeyType key,
ValueType value) |
void |
putAll(Map<? extends KeyType,? extends ValueType> t) |
ValueType |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<ValueType> |
values() |
public boolean containsKey(Object key)
containsKey
インタフェース内 Map<KeyType,ValueType>
public boolean containsValue(Object value)
containsValue
インタフェース内 Map<KeyType,ValueType>
protected Map<KeyType,ValueType> buildMap()
public int hashCode()
Copyright © 2012. All Rights Reserved.