|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
com.tangosol.io.pof.PofHelper.ReadableEntrySetMap
public static class PofHelper.ReadableEntrySetMap
Map implementation backed by a List of Map.Entry objects.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry |
Constructor Summary | |
---|---|
PofHelper.ReadableEntrySetMap()
Create a new ReadableEntrySetMap. |
Method Summary | |
---|---|
void |
clear()
Removes all mappings from this map. |
Set |
entrySet()
Returns a set view of the mappings contained in this map. |
Object |
put(Object oKey,
Object oValue)
Associates the specified value with the specified key in this map. |
Methods inherited from class java.util.AbstractMap |
---|
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values |
Constructor Detail |
---|
public PofHelper.ReadableEntrySetMap()
Method Detail |
---|
public Object put(Object oKey, Object oValue)
put
in interface Map
put
in class AbstractMap
oKey
- key with which the specified value is to be associatedoValue
- value to be associated with the specified key
public void clear()
clear
in interface Map
clear
in class AbstractMap
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |