public interface FloatSet extends FloatCollection, Set<Float>
Set
specialization with float
elements.
Methods, declared in this interface (i. e. not inherited from the superinterfaces), are present only to remove some compile-time ambiguities, they don't have any additional meaning over the specifications from superinterfaces.
FloatSetFactory
,
@KolobokeSet
Modifier and Type | Method and Description |
---|---|
boolean |
add(Float e)
Deprecated.
Use specialization
FloatCollection.add(float) instead |
FloatIterator |
iterator()
Deprecated.
Instead of explicit
iterator() calls, use FloatCollection.cursor() ;
iterator() is still sensible only as a backing mechanism for Java 5's for-each
statements. |
add, contains, contains, cursor, forEach, forEach, forEachWhile, remove, removeFloat, removeIf, removeIf, toArray, toArray, toArray, toFloatArray
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, stream
@Deprecated boolean add(@Nonnull Float e)
FloatCollection.add(float)
insteadadd
in interface Collection<Float>
add
in interface FloatCollection
add
in interface Set<Float>
@Deprecated @Nonnull FloatIterator iterator()
iterator()
calls, use FloatCollection.cursor()
;
iterator()
is still sensible only as a backing mechanism for Java 5's for-each
statements.iterator
in interface Collection<Float>
iterator
in interface FloatCollection
iterator
in interface Iterable<Float>
iterator
in interface Set<Float>