Package com.tangosol.util
Class SafeSortedMap.EntrySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<Map.Entry>
-
- com.tangosol.util.SafeSortedMap.EntrySet
-
- Enclosing class:
- SafeSortedMap
protected static class SafeSortedMap.EntrySet extends AbstractSet<Map.Entry>
Entry set delegation of the super map implementation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Map.Entry>
iterator()
int
size()
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceCollection<Map.Entry>
- Specified by:
size
in interfaceSet<Map.Entry>
- Specified by:
size
in classAbstractCollection<Map.Entry>
-
-