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.
|
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
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, primitiveStream, remIf, removeAll, removeIf, retainAll, toFloatArray, toFloatArrayforEach, forEachFloatIterator 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()boolean 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 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>