public interface IntNavigableSet extends java.util.NavigableSet<java.lang.Integer>, IntSortedSet
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
int |
ceiling(int key)
A Type Specific ceiling method to reduce boxing/unboxing.
|
default java.lang.Integer |
ceiling(java.lang.Integer e)
Deprecated.
|
IntNavigableSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
IntBidirectionalIterator |
descendingIterator() |
IntNavigableSet |
descendingSet() |
default java.lang.Integer |
first()
Deprecated.
|
int |
floor(int key)
A Type Specific floor method to reduce boxing/unboxing.
|
default java.lang.Integer |
floor(java.lang.Integer e)
Deprecated.
|
int |
getDefaultMaxValue()
A Helper method to get the max value for SubSets.
|
int |
getDefaultMinValue()
A Helper method to get the min value for SubSets.
|
default IntNavigableSet |
headSet(int toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
IntNavigableSet |
headSet(int toElement,
boolean inclusive)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default IntSortedSet |
headSet(java.lang.Integer toElement)
Deprecated.
|
default IntNavigableSet |
headSet(java.lang.Integer toElement,
boolean inclusive)
Deprecated.
|
int |
higher(int key)
A Type Specific higher method to reduce boxing/unboxing.
|
default java.lang.Integer |
higher(java.lang.Integer e)
Deprecated.
|
IntBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default java.lang.Integer |
last()
Deprecated.
|
int |
lower(int key)
A Type Specific lower method to reduce boxing/unboxing.
|
default java.lang.Integer |
lower(java.lang.Integer e)
Deprecated.
|
default java.lang.Integer |
pollFirst()
Deprecated.
|
default java.lang.Integer |
pollLast()
Deprecated.
|
void |
setDefaultMaxValue(int e)
A Helper method to set the max value for SubSets.
|
void |
setDefaultMinValue(int e)
A Helper method to set the min value for SubSets.
|
default IntSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
IntNavigableSet |
subSet(int fromElement,
boolean fromInclusive,
int toElement,
boolean toInclusive)
A Type Specific SubSet method to reduce boxing/unboxing
|
default IntNavigableSet |
subSet(java.lang.Integer fromElement,
boolean fromInclusive,
java.lang.Integer toElement,
boolean toInclusive)
Deprecated.
|
default IntSortedSet |
subSet(java.lang.Integer fromElement,
java.lang.Integer toElement)
Deprecated.
|
default IntNavigableSet |
subSet(int fromElement,
int toElement)
A Type Specific SubSet method to reduce boxing/unboxing
|
default IntNavigableSet |
synchronize()
Creates a Wrapped NavigableSet that is Synchronized
|
default IntNavigableSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableSet that is Synchronized
|
default IntNavigableSet |
tailSet(int fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
IntNavigableSet |
tailSet(int fromElement,
boolean inclusive)
A Type Specific TailSet method to reduce boxing/unboxing
|
default IntSortedSet |
tailSet(java.lang.Integer fromElement)
Deprecated.
|
default IntNavigableSet |
tailSet(java.lang.Integer fromElement,
boolean inclusive)
Deprecated.
|
default IntNavigableSet |
unmodifiable()
Creates a Wrapped NavigableSet that is unmodifiable
|
comparator, firstInt, iterator, lastInt, pollFirstInt, pollLastIntadd, contains, remInt, remove, removeadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toIntArray, toIntArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizeint lower(int key)
key - that should be compared with.int higher(int key)
key - that should be compared with.int floor(int key)
key - that should be compared with.int ceiling(int key)
key - that should be compared with.void setDefaultMaxValue(int e)
e - the new max valueint getDefaultMaxValue()
void setDefaultMinValue(int e)
e - the new min valueint getDefaultMinValue()
default IntNavigableSet subSet(int fromElement, int toElement)
IntSortedSetsubSet in interface IntSortedSetfromElement - where the SubSet should starttoElement - where the SubSet should enddefault IntNavigableSet headSet(int toElement)
IntSortedSetheadSet in interface IntSortedSettoElement - where the HeadSet should enddefault IntNavigableSet tailSet(int fromElement)
IntSortedSettailSet in interface IntSortedSetfromElement - where the TailSet should startIntNavigableSet subSet(int fromElement, boolean fromInclusive, int toElement, boolean toInclusive)
fromElement - where the SubSet should startfromInclusive - if the fromElement is inclusive or nottoElement - where the SubSet should endtoInclusive - if the toElement is inclusive or notIntNavigableSet headSet(int toElement, boolean inclusive)
toElement - where the HeadSet should endinclusive - if the toElement is inclusive or notIntNavigableSet tailSet(int fromElement, boolean inclusive)
fromElement - where the TailSet should startinclusive - if the fromElement is inclusive or notIntBidirectionalIterator iterator()
IntCollectioniterator in interface java.util.Collection<java.lang.Integer>iterator in interface IntCollectioniterator in interface IntIterableiterator in interface IntSetiterator in interface IntSortedSetiterator in interface java.lang.Iterable<java.lang.Integer>iterator in interface java.util.NavigableSet<java.lang.Integer>iterator in interface java.util.Set<java.lang.Integer>Collection.iterator()IntBidirectionalIterator descendingIterator()
descendingIterator in interface java.util.NavigableSet<java.lang.Integer>IntNavigableSet descendingSet()
descendingSet in interface java.util.NavigableSet<java.lang.Integer>IntNavigableSet copy()
IntCollectioncopy in interface IntCollectioncopy in interface IntSetcopy in interface IntSortedSetdefault IntNavigableSet synchronize()
synchronize in interface IntCollectionsynchronize in interface IntSetsynchronize in interface IntSortedSetIntSets.synchronize(speiger.src.collections.ints.sets.IntSet)default IntNavigableSet synchronize(java.lang.Object mutex)
synchronize in interface IntCollectionsynchronize in interface IntSetsynchronize in interface IntSortedSetmutex - is the controller of the synchronization blockIntSets.synchronize(speiger.src.collections.ints.sets.IntSet)default IntNavigableSet unmodifiable()
unmodifiable in interface IntCollectionunmodifiable in interface IntSetunmodifiable in interface IntSortedSetIntSets.unmodifiable(speiger.src.collections.ints.sets.IntSet)default IntSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Integer>spliterator in interface IntCollectionspliterator in interface IntIterablespliterator in interface IntSetspliterator in interface IntSortedSetspliterator in interface java.lang.Iterable<java.lang.Integer>spliterator in interface java.util.Set<java.lang.Integer>spliterator in interface java.util.SortedSet<java.lang.Integer>@Deprecated default java.lang.Integer lower(java.lang.Integer e)
lower in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default java.lang.Integer floor(java.lang.Integer e)
floor in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default java.lang.Integer ceiling(java.lang.Integer e)
ceiling in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default java.lang.Integer higher(java.lang.Integer e)
higher in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default java.lang.Integer first()
first in interface IntSortedSetfirst in interface java.util.SortedSet<java.lang.Integer>@Deprecated default java.lang.Integer last()
last in interface IntSortedSetlast in interface java.util.SortedSet<java.lang.Integer>@Deprecated default java.lang.Integer pollFirst()
pollFirst in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default java.lang.Integer pollLast()
pollLast in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default IntNavigableSet subSet(java.lang.Integer fromElement, boolean fromInclusive, java.lang.Integer toElement, boolean toInclusive)
subSet in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default IntNavigableSet headSet(java.lang.Integer toElement, boolean inclusive)
headSet in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default IntNavigableSet tailSet(java.lang.Integer fromElement, boolean inclusive)
tailSet in interface java.util.NavigableSet<java.lang.Integer>@Deprecated default IntSortedSet subSet(java.lang.Integer fromElement, java.lang.Integer toElement)
subSet in interface IntSortedSetsubSet in interface java.util.NavigableSet<java.lang.Integer>subSet in interface java.util.SortedSet<java.lang.Integer>@Deprecated default IntSortedSet headSet(java.lang.Integer toElement)
headSet in interface IntSortedSetheadSet in interface java.util.NavigableSet<java.lang.Integer>headSet in interface java.util.SortedSet<java.lang.Integer>@Deprecated default IntSortedSet tailSet(java.lang.Integer fromElement)
tailSet in interface IntSortedSettailSet in interface java.util.NavigableSet<java.lang.Integer>tailSet in interface java.util.SortedSet<java.lang.Integer>