|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.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 Mapput in class AbstractMapoKey - key with which the specified value is to be associatedoValue - value to be associated with the specified keypublic void clear()
clear in interface Mapclear in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMap
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||