public interface FloatSortedSet extends FloatSet, java.util.SortedSet<java.lang.Float>
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator()
A Type Specific Comparator method
|
FloatSortedSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
default java.lang.Float |
first()
Deprecated.
|
float |
firstFloat()
A method to get the first element in the set
|
FloatSortedSet |
headSet(float toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default FloatSortedSet |
headSet(java.lang.Float toElement)
Deprecated.
|
FloatBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
FloatBidirectionalIterator |
iterator(float fromElement)
A type Specific Iterator starting from a given key
|
default java.lang.Float |
last()
Deprecated.
|
float |
lastFloat()
A method to get the last element in the set
|
float |
pollFirstFloat()
A method to get and remove the first element in the set
|
float |
pollLastFloat()
A method to get and remove the last element in the set
|
default FloatSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
FloatSortedSet |
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 FloatSortedSet |
synchronize()
Creates a Wrapped SortedSet that is Synchronized
|
default FloatSortedSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped SortedSet that is Synchronized
|
FloatSortedSet |
tailSet(float fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
default FloatSortedSet |
tailSet(java.lang.Float fromElement)
Deprecated.
|
default FloatSortedSet |
unmodifiable()
Creates a Wrapped SortedSet that is unmodifiable
|
add, 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, sizeFloatComparator comparator()
comparator in interface java.util.SortedSet<java.lang.Float>FloatSortedSet copy()
FloatCollectioncopy in interface FloatCollectioncopy in interface FloatSetFloatBidirectionalIterator iterator()
FloatCollectioniterator in interface java.util.Collection<java.lang.Float>iterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface FloatSetiterator in interface java.lang.Iterable<java.lang.Float>iterator in interface java.util.Set<java.lang.Float>Collection.iterator()FloatBidirectionalIterator iterator(float fromElement)
fromElement - the element the iterator should start fromjava.util.NoSuchElementException - if fromElement isn't founddefault FloatSortedSet synchronize()
synchronize in interface FloatCollectionsynchronize in interface FloatSetFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatSortedSet synchronize(java.lang.Object mutex)
synchronize in interface FloatCollectionsynchronize in interface FloatSetmutex - is the controller of the synchronization blockFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatSortedSet unmodifiable()
unmodifiable in interface FloatCollectionunmodifiable in interface FloatSetFloatSets.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 java.lang.Iterable<java.lang.Float>spliterator in interface java.util.Set<java.lang.Float>spliterator in interface java.util.SortedSet<java.lang.Float>FloatSortedSet subSet(float fromElement, float toElement)
fromElement - where the SubSet should starttoElement - where the SubSet should endFloatSortedSet headSet(float toElement)
toElement - where the HeadSet should endFloatSortedSet tailSet(float fromElement)
fromElement - where the TailSet should startfloat firstFloat()
float pollFirstFloat()
float lastFloat()
float pollLastFloat()
@Deprecated default FloatSortedSet subSet(java.lang.Float fromElement, java.lang.Float toElement)
subSet in interface java.util.SortedSet<java.lang.Float>@Deprecated default FloatSortedSet headSet(java.lang.Float toElement)
headSet in interface java.util.SortedSet<java.lang.Float>@Deprecated default FloatSortedSet tailSet(java.lang.Float fromElement)
tailSet in interface java.util.SortedSet<java.lang.Float>@Deprecated default java.lang.Float first()
first in interface java.util.SortedSet<java.lang.Float>@Deprecated default java.lang.Float last()
last in interface java.util.SortedSet<java.lang.Float>