Package com.tangosol.util
Class SafeSortedMap.Values
java.lang.Object
java.util.AbstractCollection
com.tangosol.util.SafeSortedMap.Values
- All Implemented Interfaces:
Iterable
,Collection
- Enclosing class:
SafeSortedMap
Values delegation of the super map implementation.
-
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, remove, removeAll, retainAll, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in classAbstractCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection
- Overrides:
isEmpty
in classAbstractCollection
-
size
public int size()- Specified by:
size
in interfaceCollection
- Specified by:
size
in classAbstractCollection
-
contains
- Specified by:
contains
in interfaceCollection
- Overrides:
contains
in classAbstractCollection
-
clear
public void clear()- Specified by:
clear
in interfaceCollection
- Overrides:
clear
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
spliterator
-