|
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.WriteableEntrySetMap
public static class PofHelper.WriteableEntrySetMap
Immutable Map implementation backed by a Set of Map.Entry objects.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry |
Constructor Summary | |
---|---|
PofHelper.WriteableEntrySetMap(Map.Entry entry)
Construct a new WriteableEntrySetMap that is backed by a single Map.Entry object. |
|
PofHelper.WriteableEntrySetMap(Set setEntries)
Construct a new WriteableEntrySetMap that is backed by the given Set of Map.Entry objects. |
Method Summary | |
---|---|
Set |
entrySet()
Returns a set view of the mappings contained in this map. |
Methods inherited from class java.util.AbstractMap |
---|
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Constructor Detail |
---|
public PofHelper.WriteableEntrySetMap(Map.Entry entry)
entry
- the single Map.Entry in the new WriteableEntrySetMappublic PofHelper.WriteableEntrySetMap(Set setEntries)
setEntries
- a Set of Map.Entry objects in the new
WriteableEntrySetMapMethod Detail |
---|
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 |