public abstract class AbstractFloatSet extends AbstractFloatCollection implements FloatSet
ISizeProvider.CollectionSize| Constructor and Description |
|---|
AbstractFloatSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractFloatSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract FloatIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remFloat, remove, removeAll, removeAll, retainAll, retainAll, toFloatArray, toFloatArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remFloat, remove, remove, spliterator, synchronize, synchronize, unmodifiableaddAll, clear, containsAll, 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, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizepublic abstract FloatIterator iterator()
FloatCollectioniterator in interface java.lang.Iterable<java.lang.Float>iterator in interface java.util.Collection<java.lang.Float>iterator in interface java.util.Set<java.lang.Float>iterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface FloatSetiterator in class AbstractFloatCollectionCollection.iterator()public AbstractFloatSet copy()
FloatCollectioncopy in interface FloatCollectioncopy in interface FloatSetcopy in class AbstractFloatCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Float>hashCode in interface java.util.Set<java.lang.Float>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Float>equals in interface java.util.Set<java.lang.Float>equals in class java.lang.Object