Class SplayMap.SplayMapKeySet
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractSet<UnsignedInteger>
- 
- org.apache.qpid.protonj2.engine.util.SplayMap.SplayMapKeySet
 
 
 
- 
- All Implemented Interfaces:
- Iterable<UnsignedInteger>,- Collection<UnsignedInteger>,- NavigableSet<UnsignedInteger>,- Set<UnsignedInteger>,- SortedSet<UnsignedInteger>
 
 protected class SplayMap.SplayMapKeySet extends AbstractSet<UnsignedInteger> implements NavigableSet<UnsignedInteger> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSplayMapKeySet()
 - 
Method Summary- 
Methods inherited from class java.util.AbstractSetequals, hashCode, removeAll
 - 
Methods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface java.util.Setadd, addAll, containsAll, equals, hashCode, removeAll, toArray
 - 
Methods inherited from interface java.util.SortedSetspliterator
 
- 
 
- 
- 
- 
Method Detail- 
iteratorpublic Iterator<UnsignedInteger> 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>
 
 - 
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>
 
 - 
containspublic boolean contains(Object o) - Specified by:
- containsin interface- Collection<UnsignedInteger>
- Specified by:
- containsin interface- Set<UnsignedInteger>
- Overrides:
- containsin class- AbstractCollection<UnsignedInteger>
 
 - 
removepublic boolean remove(Object target) - Specified by:
- removein interface- Collection<UnsignedInteger>
- Specified by:
- removein interface- Set<UnsignedInteger>
- Overrides:
- removein class- AbstractCollection<UnsignedInteger>
 
 - 
retainAllpublic boolean retainAll(Collection<?> c) - Specified by:
- retainAllin interface- Collection<UnsignedInteger>
- Specified by:
- retainAllin interface- Set<UnsignedInteger>
- Overrides:
- retainAllin class- AbstractCollection<UnsignedInteger>
 
 - 
toArraypublic Object[] toArray() - Specified by:
- toArrayin interface- Collection<UnsignedInteger>
- Specified by:
- toArrayin interface- Set<UnsignedInteger>
- Overrides:
- toArrayin class- AbstractCollection<UnsignedInteger>
 
 - 
clearpublic void clear() - Specified by:
- clearin interface- Collection<UnsignedInteger>
- Specified by:
- clearin interface- Set<UnsignedInteger>
- Overrides:
- clearin class- AbstractCollection<UnsignedInteger>
 
 - 
comparatorpublic Comparator<? super UnsignedInteger> comparator() - Specified by:
- comparatorin interface- SortedSet<UnsignedInteger>
 
 - 
firstpublic UnsignedInteger first() - Specified by:
- firstin interface- SortedSet<UnsignedInteger>
 
 - 
lastpublic UnsignedInteger last() - Specified by:
- lastin interface- SortedSet<UnsignedInteger>
 
 - 
lowerpublic UnsignedInteger lower(UnsignedInteger key) - Specified by:
- lowerin interface- NavigableSet<UnsignedInteger>
 
 - 
floorpublic UnsignedInteger floor(UnsignedInteger key) - Specified by:
- floorin interface- NavigableSet<UnsignedInteger>
 
 - 
ceilingpublic UnsignedInteger ceiling(UnsignedInteger key) - Specified by:
- ceilingin interface- NavigableSet<UnsignedInteger>
 
 - 
higherpublic UnsignedInteger higher(UnsignedInteger key) - Specified by:
- higherin interface- NavigableSet<UnsignedInteger>
 
 - 
pollFirstpublic UnsignedInteger pollFirst() - Specified by:
- pollFirstin interface- NavigableSet<UnsignedInteger>
 
 - 
pollLastpublic UnsignedInteger pollLast() - Specified by:
- pollLastin interface- NavigableSet<UnsignedInteger>
 
 - 
descendingSetpublic NavigableSet<UnsignedInteger> descendingSet() - Specified by:
- descendingSetin interface- NavigableSet<UnsignedInteger>
 
 - 
descendingIteratorpublic Iterator<UnsignedInteger> descendingIterator() - Specified by:
- descendingIteratorin interface- NavigableSet<UnsignedInteger>
 
 - 
subSetpublic NavigableSet<UnsignedInteger> subSet(UnsignedInteger fromElement, boolean fromInclusive, UnsignedInteger toElement, boolean toInclusive) - Specified by:
- subSetin interface- NavigableSet<UnsignedInteger>
 
 - 
headSetpublic NavigableSet<UnsignedInteger> headSet(UnsignedInteger toElement, boolean inclusive) - Specified by:
- headSetin interface- NavigableSet<UnsignedInteger>
 
 - 
tailSetpublic NavigableSet<UnsignedInteger> tailSet(UnsignedInteger fromElement, boolean inclusive) - Specified by:
- tailSetin interface- NavigableSet<UnsignedInteger>
 
 - 
subSetpublic SortedSet<UnsignedInteger> subSet(UnsignedInteger fromElement, UnsignedInteger toElement) - Specified by:
- subSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- subSetin interface- SortedSet<UnsignedInteger>
 
 - 
headSetpublic SortedSet<UnsignedInteger> headSet(UnsignedInteger toElement) - Specified by:
- headSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- headSetin interface- SortedSet<UnsignedInteger>
 
 - 
tailSetpublic SortedSet<UnsignedInteger> tailSet(UnsignedInteger fromElement) - Specified by:
- tailSetin interface- NavigableSet<UnsignedInteger>
- Specified by:
- tailSetin interface- SortedSet<UnsignedInteger>
 
 
- 
 
-