Class DoubleLongHashMap.ValuesCollection
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap.AbstractLongValuesCollection
org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMap.ValuesCollection
- All Implemented Interfaces:
MutableLongCollection, LongIterable, PrimitiveIterable
- Enclosing class:
DoubleLongHashMap
private class DoubleLongHashMap.ValuesCollection
extends AbstractMutableLongValuesMap.AbstractLongValuesCollection
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a primitive iterator that can be used to iterate over the LongIterable in an imperative style.newEmpty()Creates a new empty mutable version of the same collection type.booleanremove(long item) booleanretainAll(LongIterable source) Methods inherited from class AbstractMutableLongValuesMap.AbstractLongValuesCollection
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, withoutAllMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongIterable
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, toSortedListByMethods inherited from interface MutableLongCollection
removeIf, tapMethods inherited from interface PrimitiveIterable
toString
-
Constructor Details
-
ValuesCollection
private ValuesCollection()
-
-
Method Details
-
longIterator
Description copied from interface:LongIterableReturns a primitive iterator that can be used to iterate over the LongIterable in an imperative style. -
remove
public boolean remove(long item) -
retainAll
- See Also:
-
newEmpty
Description copied from interface:MutableLongCollectionCreates a new empty mutable version of the same collection type.- Since:
- 9.2.
-