public interface FloatSet extends FloatCollection, Set<Float>
Set specialization with float elements.FloatSetFactory| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Float e)
Deprecated.
Use specialization
FloatCollection.add(float) instead |
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeFloat, removeIf, toArray, toArray, toArray, toFloatArrayclear, ensureCapacity, isEmpty, shrink, size, sizeAsLong@Deprecated boolean add(@Nonnull Float e)
FloatCollection.add(float) insteadFloatCollection.add(Float).add in interface Collection<Float>add in interface FloatCollectionadd in interface Set<Float>e - element whose presence in this collection is to be ensured