Class DoubleFloatHashMap.ValuesCollection
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatValuesMap.AbstractFloatValuesCollection
org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMap.ValuesCollection
- All Implemented Interfaces:
MutableFloatCollection
,FloatIterable
,PrimitiveIterable
- Enclosing class:
DoubleFloatHashMap
private class DoubleFloatHashMap.ValuesCollection
extends AbstractMutableFloatValuesMap.AbstractFloatValuesCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style.newEmpty()
Creates a new empty mutable version of the same collection type.boolean
remove
(float item) boolean
retainAll
(FloatIterable source) Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatValuesMap.AbstractFloatValuesCollection
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, average, chunk, clear, collect, contains, containsAll, containsAll, count, detectIfNone, each, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reject, removeAll, removeAll, retainAll, select, size, sum, toArray, toArray, toBag, toImmutable, toList, toSet, toSortedArray, toSortedList, with, withAll, without, withoutAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.FloatIterable
averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, medianIfEmpty, reduce, reduceIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListBy
Methods inherited from interface org.eclipse.collections.api.collection.primitive.MutableFloatCollection
removeIf, tap
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
toString
-
Constructor Details
-
ValuesCollection
private ValuesCollection()
-
-
Method Details
-
floatIterator
Description copied from interface:FloatIterable
Returns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style. -
remove
public boolean remove(float item) -
retainAll
- See Also:
-
newEmpty
Description copied from interface:MutableFloatCollection
Creates a new empty mutable version of the same collection type.- Since:
- 9.2.
-