Package com.tangosol.util
Class SafeSortedMap.KeySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.util.SafeSortedMap.KeySet
- All Implemented Interfaces:
Iterable
,Collection
,NavigableSet
,SequencedCollection
,SequencedSet
,Set
,SortedSet
- Enclosing class:
SafeSortedMap
Key set delegation of the super map implementation.
-
Method Summary
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
Methods inherited from interface java.util.NavigableSet
removeFirst, removeLast, reversed
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceCollection
- Specified by:
size
in interfaceSet
- Specified by:
size
in classAbstractCollection
-
lower
- Specified by:
lower
in interfaceNavigableSet
-
floor
- Specified by:
floor
in interfaceNavigableSet
-
ceiling
- Specified by:
ceiling
in interfaceNavigableSet
-
higher
- Specified by:
higher
in interfaceNavigableSet
-
pollFirst
- Specified by:
pollFirst
in interfaceNavigableSet
-
pollLast
- Specified by:
pollLast
in interfaceNavigableSet
-
descendingSet
- Specified by:
descendingSet
in interfaceNavigableSet
-
descendingIterator
- Specified by:
descendingIterator
in interfaceNavigableSet
-
subSet
- Specified by:
subSet
in interfaceNavigableSet
- Specified by:
subSet
in interfaceSortedSet
-
subSet
public NavigableSet subSet(Object oFromElement, boolean fFromInclusive, Object oToElement, boolean fToInclusive) - Specified by:
subSet
in interfaceNavigableSet
-
headSet
- Specified by:
headSet
in interfaceNavigableSet
-
headSet
- Specified by:
headSet
in interfaceNavigableSet
- Specified by:
headSet
in interfaceSortedSet
-
tailSet
- Specified by:
tailSet
in interfaceNavigableSet
-
tailSet
- Specified by:
tailSet
in interfaceNavigableSet
- Specified by:
tailSet
in interfaceSortedSet
-
comparator
- Specified by:
comparator
in interfaceSortedSet
-
first
-
last
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceNavigableSet
- Specified by:
iterator
in interfaceSet
- Specified by:
iterator
in classAbstractCollection
-