public interface ShortNavigableSet extends java.util.NavigableSet<java.lang.Short>, ShortSortedSet
| Modifier and Type | Method and Description |
|---|---|
short |
ceiling(short key)
A Type Specific ceiling method to reduce boxing/unboxing.
|
default java.lang.Short |
ceiling(java.lang.Short e)
Deprecated.
|
ShortNavigableSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
ShortBidirectionalIterator |
descendingIterator() |
ShortNavigableSet |
descendingSet() |
default java.lang.Short |
first()
Deprecated.
|
short |
floor(short key)
A Type Specific floor method to reduce boxing/unboxing.
|
default java.lang.Short |
floor(java.lang.Short e)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubSets.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubSets.
|
default ShortNavigableSet |
headSet(short toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default ShortSortedSet |
headSet(java.lang.Short toElement)
Deprecated.
|
ShortNavigableSet |
headSet(short toElement,
boolean inclusive)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default ShortNavigableSet |
headSet(java.lang.Short toElement,
boolean inclusive)
Deprecated.
|
short |
higher(short key)
A Type Specific higher method to reduce boxing/unboxing.
|
default java.lang.Short |
higher(java.lang.Short e)
Deprecated.
|
ShortBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default java.lang.Short |
last()
Deprecated.
|
short |
lower(short key)
A Type Specific lower method to reduce boxing/unboxing.
|
default java.lang.Short |
lower(java.lang.Short e)
Deprecated.
|
default java.lang.Short |
pollFirst()
Deprecated.
|
default java.lang.Short |
pollLast()
Deprecated.
|
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubSets.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubSets.
|
default ShortSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
ShortNavigableSet |
subSet(short fromElement,
boolean fromInclusive,
short toElement,
boolean toInclusive)
A Type Specific SubSet method to reduce boxing/unboxing
|
default ShortNavigableSet |
subSet(java.lang.Short fromElement,
boolean fromInclusive,
java.lang.Short toElement,
boolean toInclusive)
Deprecated.
|
default ShortNavigableSet |
subSet(short fromElement,
short toElement)
A Type Specific SubSet method to reduce boxing/unboxing
|
default ShortSortedSet |
subSet(java.lang.Short fromElement,
java.lang.Short toElement)
Deprecated.
|
default ShortNavigableSet |
synchronize()
Creates a Wrapped NavigableSet that is Synchronized
|
default ShortNavigableSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableSet that is Synchronized
|
default ShortNavigableSet |
tailSet(short fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
default ShortSortedSet |
tailSet(java.lang.Short fromElement)
Deprecated.
|
ShortNavigableSet |
tailSet(short fromElement,
boolean inclusive)
A Type Specific TailSet method to reduce boxing/unboxing
|
default ShortNavigableSet |
tailSet(java.lang.Short fromElement,
boolean inclusive)
Deprecated.
|
default ShortNavigableSet |
unmodifiable()
Creates a Wrapped NavigableSet that is unmodifiable
|
comparator, firstShort, iterator, lastShort, pollFirstShort, pollLastShortadd, contains, remove, remove, remShortadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toShortArray, toShortArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedshort lower(short key)
key - that should be compared with.short higher(short key)
key - that should be compared with.short floor(short key)
key - that should be compared with.short ceiling(short key)
key - that should be compared with.void setDefaultMaxValue(short e)
e - the new max valueshort getDefaultMaxValue()
void setDefaultMinValue(short e)
e - the new min valueshort getDefaultMinValue()
default ShortNavigableSet subSet(short fromElement, short toElement)
ShortSortedSetsubSet in interface ShortSortedSetfromElement - where the SubSet should starttoElement - where the SubSet should enddefault ShortNavigableSet headSet(short toElement)
ShortSortedSetheadSet in interface ShortSortedSettoElement - where the HeadSet should enddefault ShortNavigableSet tailSet(short fromElement)
ShortSortedSettailSet in interface ShortSortedSetfromElement - where the TailSet should startShortNavigableSet subSet(short fromElement, boolean fromInclusive, short 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 notShortNavigableSet headSet(short toElement, boolean inclusive)
toElement - where the HeadSet should endinclusive - if the toElement is inclusive or notShortNavigableSet tailSet(short fromElement, boolean inclusive)
fromElement - where the TailSet should startinclusive - if the fromElement is inclusive or notShortBidirectionalIterator iterator()
ShortCollectioniterator in interface java.util.Collection<java.lang.Short>iterator in interface java.lang.Iterable<java.lang.Short>iterator in interface java.util.NavigableSet<java.lang.Short>iterator in interface java.util.Set<java.lang.Short>iterator in interface ShortCollectioniterator in interface ShortIterableiterator in interface ShortSetiterator in interface ShortSortedSetCollection.iterator()ShortBidirectionalIterator descendingIterator()
descendingIterator in interface java.util.NavigableSet<java.lang.Short>ShortNavigableSet descendingSet()
descendingSet in interface java.util.NavigableSet<java.lang.Short>ShortNavigableSet copy()
ShortCollectioncopy in interface ShortCollectioncopy in interface ShortSetcopy in interface ShortSortedSetdefault ShortNavigableSet synchronize()
synchronize in interface ShortCollectionsynchronize in interface ShortSetsynchronize in interface ShortSortedSetShortSets.synchronize(speiger.src.collections.shorts.sets.ShortSet)default ShortNavigableSet synchronize(java.lang.Object mutex)
synchronize in interface ShortCollectionsynchronize in interface ShortSetsynchronize in interface ShortSortedSetmutex - is the controller of the synchronization blockShortSets.synchronize(speiger.src.collections.shorts.sets.ShortSet)default ShortNavigableSet unmodifiable()
unmodifiable in interface ShortCollectionunmodifiable in interface ShortSetunmodifiable in interface ShortSortedSetShortSets.unmodifiable(speiger.src.collections.shorts.sets.ShortSet)default ShortSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Short>spliterator in interface java.lang.Iterable<java.lang.Short>spliterator in interface java.util.Set<java.lang.Short>spliterator in interface ShortCollectionspliterator in interface ShortIterablespliterator in interface ShortSetspliterator in interface ShortSortedSetspliterator in interface java.util.SortedSet<java.lang.Short>@Deprecated default java.lang.Short lower(java.lang.Short e)
lower in interface java.util.NavigableSet<java.lang.Short>@Deprecated default java.lang.Short floor(java.lang.Short e)
floor in interface java.util.NavigableSet<java.lang.Short>@Deprecated default java.lang.Short ceiling(java.lang.Short e)
ceiling in interface java.util.NavigableSet<java.lang.Short>@Deprecated default java.lang.Short higher(java.lang.Short e)
higher in interface java.util.NavigableSet<java.lang.Short>@Deprecated default java.lang.Short first()
first in interface ShortSortedSetfirst in interface java.util.SortedSet<java.lang.Short>@Deprecated default java.lang.Short last()
last in interface ShortSortedSetlast in interface java.util.SortedSet<java.lang.Short>@Deprecated default java.lang.Short pollFirst()
pollFirst in interface java.util.NavigableSet<java.lang.Short>@Deprecated default java.lang.Short pollLast()
pollLast in interface java.util.NavigableSet<java.lang.Short>@Deprecated default ShortNavigableSet subSet(java.lang.Short fromElement, boolean fromInclusive, java.lang.Short toElement, boolean toInclusive)
subSet in interface java.util.NavigableSet<java.lang.Short>@Deprecated default ShortNavigableSet headSet(java.lang.Short toElement, boolean inclusive)
headSet in interface java.util.NavigableSet<java.lang.Short>@Deprecated default ShortNavigableSet tailSet(java.lang.Short fromElement, boolean inclusive)
tailSet in interface java.util.NavigableSet<java.lang.Short>@Deprecated default ShortSortedSet subSet(java.lang.Short fromElement, java.lang.Short toElement)
subSet in interface java.util.NavigableSet<java.lang.Short>subSet in interface ShortSortedSetsubSet in interface java.util.SortedSet<java.lang.Short>@Deprecated default ShortSortedSet headSet(java.lang.Short toElement)
headSet in interface java.util.NavigableSet<java.lang.Short>headSet in interface ShortSortedSetheadSet in interface java.util.SortedSet<java.lang.Short>@Deprecated default ShortSortedSet tailSet(java.lang.Short fromElement)
tailSet in interface java.util.NavigableSet<java.lang.Short>tailSet in interface ShortSortedSettailSet in interface java.util.SortedSet<java.lang.Short>