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 Summary
Constructors Constructor Description NavigableSubMapKeySet(org.apache.qpid.protonj2.engine.util.SplayMap.NavigableSubMap<?> backingMap)
-
Method Summary
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, 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.Set
add, addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
-
Methods inherited from interface java.util.SortedSet
spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<UnsignedInteger> iterator()
- Specified by:
iteratorin interfaceCollection<UnsignedInteger>- Specified by:
iteratorin interfaceIterable<UnsignedInteger>- Specified by:
iteratorin interfaceNavigableSet<UnsignedInteger>- Specified by:
iteratorin interfaceSet<UnsignedInteger>- Specified by:
iteratorin classAbstractCollection<UnsignedInteger>
-
descendingIterator
public Iterator<UnsignedInteger> descendingIterator()
- Specified by:
descendingIteratorin interfaceNavigableSet<UnsignedInteger>
-
size
public int size()
- Specified by:
sizein interfaceCollection<UnsignedInteger>- Specified by:
sizein interfaceSet<UnsignedInteger>- Specified by:
sizein classAbstractCollection<UnsignedInteger>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceCollection<UnsignedInteger>- Specified by:
isEmptyin interfaceSet<UnsignedInteger>- Overrides:
isEmptyin classAbstractCollection<UnsignedInteger>
-
contains
public boolean contains(Object o)
- Specified by:
containsin interfaceCollection<UnsignedInteger>- Specified by:
containsin interfaceSet<UnsignedInteger>- Overrides:
containsin classAbstractCollection<UnsignedInteger>
-
remove
public boolean remove(Object target)
- Specified by:
removein interfaceCollection<UnsignedInteger>- Specified by:
removein interfaceSet<UnsignedInteger>- Overrides:
removein classAbstractCollection<UnsignedInteger>
-
clear
public void clear()
- Specified by:
clearin interfaceCollection<UnsignedInteger>- Specified by:
clearin interfaceSet<UnsignedInteger>- Overrides:
clearin classAbstractCollection<UnsignedInteger>
-
comparator
public Comparator<? super UnsignedInteger> comparator()
- Specified by:
comparatorin interfaceSortedSet<UnsignedInteger>
-
first
public UnsignedInteger first()
- Specified by:
firstin interfaceSortedSet<UnsignedInteger>
-
last
public UnsignedInteger last()
- Specified by:
lastin interfaceSortedSet<UnsignedInteger>
-
lower
public UnsignedInteger lower(UnsignedInteger key)
- Specified by:
lowerin interfaceNavigableSet<UnsignedInteger>
-
floor
public UnsignedInteger floor(UnsignedInteger key)
- Specified by:
floorin interfaceNavigableSet<UnsignedInteger>
-
ceiling
public UnsignedInteger ceiling(UnsignedInteger key)
- Specified by:
ceilingin interfaceNavigableSet<UnsignedInteger>
-
higher
public UnsignedInteger higher(UnsignedInteger key)
- Specified by:
higherin interfaceNavigableSet<UnsignedInteger>
-
pollFirst
public UnsignedInteger pollFirst()
- Specified by:
pollFirstin interfaceNavigableSet<UnsignedInteger>
-
pollLast
public UnsignedInteger pollLast()
- Specified by:
pollLastin interfaceNavigableSet<UnsignedInteger>
-
descendingSet
public NavigableSet<UnsignedInteger> descendingSet()
- Specified by:
descendingSetin interfaceNavigableSet<UnsignedInteger>
-
subSet
public NavigableSet<UnsignedInteger> subSet(UnsignedInteger fromElement, boolean fromInclusive, UnsignedInteger toElement, boolean toInclusive)
- Specified by:
subSetin interfaceNavigableSet<UnsignedInteger>
-
headSet
public NavigableSet<UnsignedInteger> headSet(UnsignedInteger toElement, boolean inclusive)
- Specified by:
headSetin interfaceNavigableSet<UnsignedInteger>
-
tailSet
public NavigableSet<UnsignedInteger> tailSet(UnsignedInteger fromElement, boolean inclusive)
- Specified by:
tailSetin interfaceNavigableSet<UnsignedInteger>
-
subSet
public SortedSet<UnsignedInteger> subSet(UnsignedInteger fromElement, UnsignedInteger toElement)
- Specified by:
subSetin interfaceNavigableSet<UnsignedInteger>- Specified by:
subSetin interfaceSortedSet<UnsignedInteger>
-
headSet
public SortedSet<UnsignedInteger> headSet(UnsignedInteger toElement)
- Specified by:
headSetin interfaceNavigableSet<UnsignedInteger>- Specified by:
headSetin interfaceSortedSet<UnsignedInteger>
-
tailSet
public SortedSet<UnsignedInteger> tailSet(UnsignedInteger fromElement)
- Specified by:
tailSetin interfaceNavigableSet<UnsignedInteger>- Specified by:
tailSetin interfaceSortedSet<UnsignedInteger>
-
-