Package com.tangosol.util
Class SafeSortedMap.KeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
com.tangosol.util.SafeSortedMap.KeySet
- All Implemented Interfaces:
Iterable,Collection,NavigableSet,Set,SortedSet
- Enclosing class:
- SafeSortedMap
Key set delegation of the super map implementation.
-
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceSet- Specified by:
sizein classAbstractCollection
-
lower
- Specified by:
lowerin interfaceNavigableSet
-
floor
- Specified by:
floorin interfaceNavigableSet
-
ceiling
- Specified by:
ceilingin interfaceNavigableSet
-
higher
- Specified by:
higherin interfaceNavigableSet
-
pollFirst
- Specified by:
pollFirstin interfaceNavigableSet
-
pollLast
- Specified by:
pollLastin interfaceNavigableSet
-
descendingSet
- Specified by:
descendingSetin interfaceNavigableSet
-
descendingIterator
- Specified by:
descendingIteratorin interfaceNavigableSet
-
subSet
- Specified by:
subSetin interfaceNavigableSet- Specified by:
subSetin interfaceSortedSet
-
subSet
public NavigableSet subSet(Object oFromElement, boolean fFromInclusive, Object oToElement, boolean fToInclusive) - Specified by:
subSetin interfaceNavigableSet
-
headSet
- Specified by:
headSetin interfaceNavigableSet
-
headSet
- Specified by:
headSetin interfaceNavigableSet- Specified by:
headSetin interfaceSortedSet
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet- Specified by:
tailSetin interfaceSortedSet
-
comparator
- Specified by:
comparatorin interfaceSortedSet
-
first
-
last
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin interfaceNavigableSet- Specified by:
iteratorin interfaceSet- Specified by:
iteratorin classAbstractCollection
-