Class DoubleShortHashMap.ValuesCollection
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortValuesMap.AbstractShortValuesCollection
org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMap.ValuesCollection
- All Implemented Interfaces:
MutableShortCollection
,PrimitiveIterable
,ShortIterable
- Enclosing class:
DoubleShortHashMap
private class DoubleShortHashMap.ValuesCollection
extends AbstractMutableShortValuesMap.AbstractShortValuesCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewEmpty()
Creates a new empty mutable version of the same collection type.boolean
remove
(short item) boolean
retainAll
(ShortIterable source) Returns a primitive iterator that can be used to iterate over the ShortIterable in an imperative style.Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableShortValuesMap.AbstractShortValuesCollection
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.collection.primitive.MutableShortCollection
removeIf, tap
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
toString
Methods inherited from interface org.eclipse.collections.api.ShortIterable
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
-
Constructor Details
-
ValuesCollection
private ValuesCollection()
-
-
Method Details
-
shortIterator
Description copied from interface:ShortIterable
Returns a primitive iterator that can be used to iterate over the ShortIterable in an imperative style. -
remove
public boolean remove(short item) -
retainAll
- See Also:
-
newEmpty
Description copied from interface:MutableShortCollection
Creates a new empty mutable version of the same collection type.- Since:
- 9.2.
-