public interface FloatSet extends java.util.Set<java.lang.Float>, FloatCollection
| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Float e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
FloatSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
FloatIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remFloat(float o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(float o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default FloatSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
default FloatSet |
synchronize()
Creates a Wrapped Set that is Synchronized
|
default FloatSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped Set that is Synchronized
|
default FloatSet |
unmodifiable()
Creates a Wrapped Set that is unmodifiable
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, 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, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, sortedFloatIterator iterator()
FloatCollectioniterator in interface java.util.Collection<java.lang.Float>iterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface java.lang.Iterable<java.lang.Float>iterator in interface java.util.Set<java.lang.Float>Collection.iterator()FloatSet copy()
FloatCollectioncopy in interface FloatCollectionboolean remove(float o)
o - the element that should be removeddefault boolean remFloat(float o)
FloatCollectionremFloat in interface FloatCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Float e)
FloatCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface java.util.Collection<java.lang.Float>add in interface FloatCollectionadd in interface java.util.Set<java.lang.Float>@Deprecated default boolean contains(java.lang.Object o)
FloatCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface java.util.Collection<java.lang.Float>contains in interface FloatCollectioncontains in interface java.util.Set<java.lang.Float>@Deprecated default boolean remove(java.lang.Object o)
FloatCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface java.util.Collection<java.lang.Float>remove in interface FloatCollectionremove in interface java.util.Set<java.lang.Float>default FloatSet synchronize()
synchronize in interface FloatCollectionFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatSet synchronize(java.lang.Object mutex)
synchronize in interface FloatCollectionmutex - is the controller of the synchronization blockFloatSets.synchronize(speiger.src.collections.floats.sets.FloatSet)default FloatSet unmodifiable()
unmodifiable in interface FloatCollectionFloatSets.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 java.lang.Iterable<java.lang.Float>spliterator in interface java.util.Set<java.lang.Float>