public interface FloatNavigableSet extends java.util.NavigableSet<java.lang.Float>, FloatSortedSet
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
float |
ceiling(float key)
A Type Specific ceiling method to reduce boxing/unboxing.
|
default java.lang.Float |
ceiling(java.lang.Float e)
Deprecated.
|
FloatNavigableSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
FloatBidirectionalIterator |
descendingIterator() |
FloatNavigableSet |
descendingSet() |
default java.lang.Float |
first()
Deprecated.
|
float |
floor(float key)
A Type Specific floor method to reduce boxing/unboxing.
|
default java.lang.Float |
floor(java.lang.Float e)
Deprecated.
|
float |
getDefaultMaxValue()
A Helper method to get the max value for SubSets.
|
float |
getDefaultMinValue()
A Helper method to get the min value for SubSets.
|
default FloatNavigableSet |
headSet(float toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default FloatSortedSet |
headSet(java.lang.Float toElement)
Deprecated.
|
FloatNavigableSet |
headSet(float toElement,
boolean inclusive)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default FloatNavigableSet |
headSet(java.lang.Float toElement,
boolean inclusive)
Deprecated.
|
float |
higher(float key)
A Type Specific higher method to reduce boxing/unboxing.
|
default java.lang.Float |
higher(java.lang.Float e)
Deprecated.
|
FloatBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default java.lang.Float |
last()
Deprecated.
|
float |
lower(float key)
A Type Specific lower method to reduce boxing/unboxing.
|
default java.lang.Float |
lower(java.lang.Float e)
Deprecated.
|
default java.lang.Float |
pollFirst()
Deprecated.
|
default java.lang.Float |
pollLast()
Deprecated.
|
void |
setDefaultMaxValue(float e)
A Helper method to set the max value for SubSets.
|
void |
setDefaultMinValue(float e)
A Helper method to set the min value for SubSets.
|
default FloatSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
FloatNavigableSet |
subSet(float fromElement,
boolean fromInclusive,
float toElement,
boolean toInclusive)
A Type Specific SubSet method to reduce boxing/unboxing
|
default FloatNavigableSet |
subSet(java.lang.Float fromElement,
boolean fromInclusive,
java.lang.Float toElement,
boolean toInclusive)
Deprecated.
|
default FloatNavigableSet |
subSet(float fromElement,
float toElement)
A Type Specific SubSet method to reduce boxing/unboxing
|
default FloatSortedSet |
subSet(java.lang.Float fromElement,
java.lang.Float toElement)
Deprecated.
|
default FloatNavigableSet |
synchronize()
Creates a Wrapped NavigableSet that is Synchronized
|
default FloatNavigableSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableSet that is Synchronized
|
default FloatNavigableSet |
tailSet(float fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
default FloatSortedSet |
tailSet(java.lang.Float fromElement)
Deprecated.
|
FloatNavigableSet |
tailSet(float fromElement,
boolean inclusive)
A Type Specific TailSet method to reduce boxing/unboxing
|
default FloatNavigableSet |
tailSet(java.lang.Float fromElement,
boolean inclusive)
Deprecated.
|
default FloatNavigableSet |
unmodifiable()
Creates a Wrapped NavigableSet that is unmodifiable
|
comparator, firstFloat, iterator, lastFloat, pollFirstFloat, pollLastFloatadd, contains, remFloat, remove, removeadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toFloatArray, toFloatArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizefloat lower(float key)
key - that should be compared with.float higher(float key)
key - that should be compared with.float floor(float key)
key - that should be compared with.float ceiling(float key)
key - that should be compared with.void setDefaultMaxValue(float e)
e - the new max valuefloat getDefaultMaxValue()
void setDefaultMinValue(float e)
e - the new min valuefloat getDefaultMinValue()
default FloatNavigableSet subSet(float fromElement, float toElement)
FloatSortedSetsubSet in interface FloatSortedSetfromElement - where the SubSet should starttoElement - where the SubSet should enddefault FloatNavigableSet headSet(float toElement)
FloatSortedSetheadSet in interface FloatSortedSettoElement - where the HeadSet should enddefault FloatNavigableSet tailSet(float fromElement)
FloatSortedSettailSet in interface FloatSortedSetfromElement - where the TailSet should startFloatNavigableSet subSet(float fromElement, boolean fromInclusive, float 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 notFloatNavigableSet headSet(float toElement, boolean inclusive)
toElement - where the HeadSet should endinclusive - if the toElement is inclusive or notFloatNavigableSet tailSet(float fromElement, boolean inclusive)
fromElement - where the TailSet should startinclusive - if the fromElement is inclusive or notFloatBidirectionalIterator iterator()
FloatCollectioniterator in interface java.util.Collection<java.lang.Float>iterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface FloatSetiterator in interface FloatSortedSetiterator in interface java.lang.Iterable<java.lang.Float>iterator in interface java.util.NavigableSet<java.lang.Float>iterator in interface java.util.Set<java.lang.Float>Collection.iterator()FloatBidirectionalIterator descendingIterator()
descendingIterator in interface java.util.NavigableSet<java.lang.Float>FloatNavigableSet descendingSet()
descendingSet in interface java.util.NavigableSet<java.lang.Float>FloatNavigableSet copy()
FloatCollectioncopy in interface FloatCollectioncopy in interface FloatSetcopy in interface FloatSortedSetdefault FloatNavigableSet synchronize()
synchronize in interface FloatCollectionsynchronize in interface FloatSetsynchronize in interface FloatSortedSetFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatNavigableSet synchronize(java.lang.Object mutex)
synchronize in interface FloatCollectionsynchronize in interface FloatSetsynchronize in interface FloatSortedSetmutex - is the controller of the synchronization blockFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatNavigableSet unmodifiable()
unmodifiable in interface FloatCollectionunmodifiable in interface FloatSetunmodifiable in interface FloatSortedSetFloatSets.unmodifiable(speiger.src.collections.floats.sets.FloatSet)default FloatSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Float>spliterator in interface FloatCollectionspliterator in interface FloatIterablespliterator in interface FloatSetspliterator in interface FloatSortedSetspliterator in interface java.lang.Iterable<java.lang.Float>spliterator in interface java.util.Set<java.lang.Float>spliterator in interface java.util.SortedSet<java.lang.Float>@Deprecated default java.lang.Float lower(java.lang.Float e)
lower in interface java.util.NavigableSet<java.lang.Float>@Deprecated default java.lang.Float floor(java.lang.Float e)
floor in interface java.util.NavigableSet<java.lang.Float>@Deprecated default java.lang.Float ceiling(java.lang.Float e)
ceiling in interface java.util.NavigableSet<java.lang.Float>@Deprecated default java.lang.Float higher(java.lang.Float e)
higher in interface java.util.NavigableSet<java.lang.Float>@Deprecated default java.lang.Float first()
first in interface FloatSortedSetfirst in interface java.util.SortedSet<java.lang.Float>@Deprecated default java.lang.Float last()
last in interface FloatSortedSetlast in interface java.util.SortedSet<java.lang.Float>@Deprecated default java.lang.Float pollFirst()
pollFirst in interface java.util.NavigableSet<java.lang.Float>@Deprecated default java.lang.Float pollLast()
pollLast in interface java.util.NavigableSet<java.lang.Float>@Deprecated default FloatNavigableSet subSet(java.lang.Float fromElement, boolean fromInclusive, java.lang.Float toElement, boolean toInclusive)
subSet in interface java.util.NavigableSet<java.lang.Float>@Deprecated default FloatNavigableSet headSet(java.lang.Float toElement, boolean inclusive)
headSet in interface java.util.NavigableSet<java.lang.Float>@Deprecated default FloatNavigableSet tailSet(java.lang.Float fromElement, boolean inclusive)
tailSet in interface java.util.NavigableSet<java.lang.Float>@Deprecated default FloatSortedSet subSet(java.lang.Float fromElement, java.lang.Float toElement)
subSet in interface FloatSortedSetsubSet in interface java.util.NavigableSet<java.lang.Float>subSet in interface java.util.SortedSet<java.lang.Float>@Deprecated default FloatSortedSet headSet(java.lang.Float toElement)
headSet in interface FloatSortedSetheadSet in interface java.util.NavigableSet<java.lang.Float>headSet in interface java.util.SortedSet<java.lang.Float>@Deprecated default FloatSortedSet tailSet(java.lang.Float fromElement)
tailSet in interface FloatSortedSettailSet in interface java.util.NavigableSet<java.lang.Float>tailSet in interface java.util.SortedSet<java.lang.Float>