Class SplayMap.NavigableSubMapKeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<UnsignedInteger>
org.apache.qpid.protonj2.engine.util.SplayMap.NavigableSubMapKeySet
- All Implemented Interfaces:
- Iterable<UnsignedInteger>,- Collection<UnsignedInteger>,- NavigableSet<UnsignedInteger>,- Set<UnsignedInteger>,- SortedSet<UnsignedInteger>
protected static class SplayMap.NavigableSubMapKeySet
extends AbstractSet<UnsignedInteger>
implements NavigableSet<UnsignedInteger>
- 
Constructor SummaryConstructorsConstructorDescriptionNavigableSubMapKeySet(org.apache.qpid.protonj2.engine.util.SplayMap.NavigableSubMap<?> backingMap) 
- 
Method SummaryModifier and TypeMethodDescriptionceiling(UnsignedInteger key) voidclear()Comparator<? super UnsignedInteger>booleanfirst()floor(UnsignedInteger key) headSet(UnsignedInteger toElement) headSet(UnsignedInteger toElement, boolean inclusive) higher(UnsignedInteger key) booleanisEmpty()iterator()last()lower(UnsignedInteger key) pollLast()booleanintsize()subSet(UnsignedInteger fromElement, boolean fromInclusive, UnsignedInteger toElement, boolean toInclusive) subSet(UnsignedInteger fromElement, UnsignedInteger toElement) tailSet(UnsignedInteger fromElement) tailSet(UnsignedInteger fromElement, boolean inclusive) Methods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setadd, addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.SortedSetspliterator
- 
Constructor Details
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Collection<UnsignedInteger>
- Specified by:
- iteratorin interface- Iterable<UnsignedInteger>
- Specified by:
- iteratorin interface- NavigableSet<UnsignedInteger>
- Specified by:
- iteratorin interface- Set<UnsignedInteger>
- Specified by:
- iteratorin class- AbstractCollection<UnsignedInteger>
 
- 
descendingIterator- Specified by:
- descendingIteratorin interface- NavigableSet<UnsignedInteger>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<UnsignedInteger>
- Specified by:
- sizein interface- Set<UnsignedInteger>
- Specified by:
- sizein class- AbstractCollection<UnsignedInteger>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<UnsignedInteger>
- Specified by:
- isEmptyin interface- Set<UnsignedInteger>
- Overrides:
- isEmptyin class- AbstractCollection<UnsignedInteger>
 
- 
contains- Specified by:
- containsin interface- Collection<UnsignedInteger>
- Specified by:
- containsin interface- Set<UnsignedInteger>
- Overrides:
- containsin class- AbstractCollection<UnsignedInteger>
 
- 
remove- Specified by:
- removein interface- Collection<UnsignedInteger>
- Specified by:
- removein interface- Set<UnsignedInteger>
- Overrides:
- removein class- AbstractCollection<UnsignedInteger>
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<UnsignedInteger>
- Specified by:
- clearin interface- Set<UnsignedInteger>
- Overrides:
- clearin class- AbstractCollection<UnsignedInteger>
 
- 
comparator- Specified by:
- comparatorin interface- SortedSet<UnsignedInteger>
 
- 
first- Specified by:
- firstin interface- SortedSet<UnsignedInteger>
 
- 
last- Specified by:
- lastin interface- SortedSet<UnsignedInteger>
 
- 
lower- Specified by:
- lowerin interface- NavigableSet<UnsignedInteger>
 
- 
floor- Specified by:
- floorin interface- NavigableSet<UnsignedInteger>
 
- 
ceiling- Specified by:
- ceilingin interface- NavigableSet<UnsignedInteger>
 
- 
higher- Specified by:
- higherin interface- NavigableSet<UnsignedInteger>
 
- 
pollFirst- Specified by:
- pollFirstin interface- NavigableSet<UnsignedInteger>
 
- 
pollLast- Specified by:
- pollLastin interface- NavigableSet<UnsignedInteger>
 
- 
descendingSet- Specified by:
- descendingSetin interface- NavigableSet<UnsignedInteger>
 
- 
subSetpublic NavigableSet<UnsignedInteger> subSet(UnsignedInteger fromElement, boolean fromInclusive, UnsignedInteger toElement, boolean toInclusive) - Specified by:
- subSetin interface- NavigableSet<UnsignedInteger>
 
- 
headSet- Specified by:
- headSetin interface- NavigableSet<UnsignedInteger>
 
- 
tailSet- Specified by:
- tailSetin interface- NavigableSet<UnsignedInteger>
 
- 
subSet- Specified by:
- subSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- subSetin interface- SortedSet<UnsignedInteger>
 
- 
headSet- Specified by:
- headSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- headSetin interface- SortedSet<UnsignedInteger>
 
- 
tailSet- Specified by:
- tailSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- tailSetin interface- SortedSet<UnsignedInteger>
 
 
-