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
protected static class SafeSortedMap.Values extends AbstractCollection
Values delegation of the super map implementation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
contains(Object o)
boolean
isEmpty()
Iterator
iterator()
int
size()
Spliterator
spliterator()
Object[]
toArray()
-
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 Detail
-
iterator
public Iterator 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
public boolean contains(Object o)
- Specified by:
contains
in interfaceCollection
- Overrides:
contains
in classAbstractCollection
-
clear
public void clear()
- Specified by:
clear
in interfaceCollection
- Overrides:
clear
in classAbstractCollection
-
toArray
public Object[] toArray()
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
spliterator
public Spliterator spliterator()
-
-