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:
iterator
in interfaceCollection<UnsignedInteger>
- Specified by:
iterator
in interfaceIterable<UnsignedInteger>
- Specified by:
iterator
in interfaceNavigableSet<UnsignedInteger>
- Specified by:
iterator
in interfaceSet<UnsignedInteger>
- Specified by:
iterator
in classAbstractCollection<UnsignedInteger>
-
descendingIterator
public Iterator<UnsignedInteger> descendingIterator()
- Specified by:
descendingIterator
in interfaceNavigableSet<UnsignedInteger>
-
size
public int size()
- Specified by:
size
in interfaceCollection<UnsignedInteger>
- Specified by:
size
in interfaceSet<UnsignedInteger>
- Specified by:
size
in classAbstractCollection<UnsignedInteger>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceCollection<UnsignedInteger>
- Specified by:
isEmpty
in interfaceSet<UnsignedInteger>
- Overrides:
isEmpty
in classAbstractCollection<UnsignedInteger>
-
contains
public boolean contains(Object o)
- Specified by:
contains
in interfaceCollection<UnsignedInteger>
- Specified by:
contains
in interfaceSet<UnsignedInteger>
- Overrides:
contains
in classAbstractCollection<UnsignedInteger>
-
remove
public boolean remove(Object target)
- Specified by:
remove
in interfaceCollection<UnsignedInteger>
- Specified by:
remove
in interfaceSet<UnsignedInteger>
- Overrides:
remove
in classAbstractCollection<UnsignedInteger>
-
clear
public void clear()
- Specified by:
clear
in interfaceCollection<UnsignedInteger>
- Specified by:
clear
in interfaceSet<UnsignedInteger>
- Overrides:
clear
in classAbstractCollection<UnsignedInteger>
-
comparator
public Comparator<? super UnsignedInteger> comparator()
- Specified by:
comparator
in interfaceSortedSet<UnsignedInteger>
-
first
public UnsignedInteger first()
- Specified by:
first
in interfaceSortedSet<UnsignedInteger>
-
last
public UnsignedInteger last()
- Specified by:
last
in interfaceSortedSet<UnsignedInteger>
-
lower
public UnsignedInteger lower(UnsignedInteger key)
- Specified by:
lower
in interfaceNavigableSet<UnsignedInteger>
-
floor
public UnsignedInteger floor(UnsignedInteger key)
- Specified by:
floor
in interfaceNavigableSet<UnsignedInteger>
-
ceiling
public UnsignedInteger ceiling(UnsignedInteger key)
- Specified by:
ceiling
in interfaceNavigableSet<UnsignedInteger>
-
higher
public UnsignedInteger higher(UnsignedInteger key)
- Specified by:
higher
in interfaceNavigableSet<UnsignedInteger>
-
pollFirst
public UnsignedInteger pollFirst()
- Specified by:
pollFirst
in interfaceNavigableSet<UnsignedInteger>
-
pollLast
public UnsignedInteger pollLast()
- Specified by:
pollLast
in interfaceNavigableSet<UnsignedInteger>
-
descendingSet
public NavigableSet<UnsignedInteger> descendingSet()
- Specified by:
descendingSet
in interfaceNavigableSet<UnsignedInteger>
-
subSet
public NavigableSet<UnsignedInteger> subSet(UnsignedInteger fromElement, boolean fromInclusive, UnsignedInteger toElement, boolean toInclusive)
- Specified by:
subSet
in interfaceNavigableSet<UnsignedInteger>
-
headSet
public NavigableSet<UnsignedInteger> headSet(UnsignedInteger toElement, boolean inclusive)
- Specified by:
headSet
in interfaceNavigableSet<UnsignedInteger>
-
tailSet
public NavigableSet<UnsignedInteger> tailSet(UnsignedInteger fromElement, boolean inclusive)
- Specified by:
tailSet
in interfaceNavigableSet<UnsignedInteger>
-
subSet
public SortedSet<UnsignedInteger> subSet(UnsignedInteger fromElement, UnsignedInteger toElement)
- Specified by:
subSet
in interfaceNavigableSet<UnsignedInteger>
- Specified by:
subSet
in interfaceSortedSet<UnsignedInteger>
-
headSet
public SortedSet<UnsignedInteger> headSet(UnsignedInteger toElement)
- Specified by:
headSet
in interfaceNavigableSet<UnsignedInteger>
- Specified by:
headSet
in interfaceSortedSet<UnsignedInteger>
-
tailSet
public SortedSet<UnsignedInteger> tailSet(UnsignedInteger fromElement)
- Specified by:
tailSet
in interfaceNavigableSet<UnsignedInteger>
- Specified by:
tailSet
in interfaceSortedSet<UnsignedInteger>
-
-