Class FloatCharHashMap.KeySet
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet
org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMap.KeySet
- All Implemented Interfaces:
Externalizable,Serializable,MutableFloatCollection,FloatIterable,PrimitiveIterable,FloatSet,MutableFloatSet
- Enclosing class:
FloatCharHashMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style.freeze()Returns a frozen copy of this set.protected floatgetKeyAtIndex(int index) protected MutableFloatKeysMapgetOuter()protected intnewEmpty()Creates a new empty mutable version of the same Set type.booleanretainAll(float... source) booleanretainAll(FloatIterable source) Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, average, boxed, cartesianProduct, chunk, clear, collect, contains, containsAll, containsAll, count, detectIfNone, each, equals, hashCode, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, notEmpty, readExternal, reject, remove, removeAll, removeAll, select, size, sum, toArray, toArray, toBag, toImmutable, toList, toSet, toSortedArray, toSortedList, toString, with, withAll, without, withoutAll, writeExternal, writeReplaceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, noneSatisfy, reduce, reduceIfEmpty, reject, select, summaryStatistics, toSortedList, toSortedListBy, toSortedListByMethods inherited from interface org.eclipse.collections.api.set.primitive.FloatSet
isProperSubsetOf, isSubsetOfMethods inherited from interface org.eclipse.collections.api.collection.primitive.MutableFloatCollection
removeIfMethods inherited from interface org.eclipse.collections.api.set.primitive.MutableFloatSet
difference, intersect, symmetricDifference, tap, union
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
getOuter
- Specified by:
getOuterin classAbstractMutableFloatKeySet
-
getSentinelValues
- Specified by:
getSentinelValuesin classAbstractMutableFloatKeySet
-
getKeyAtIndex
protected float getKeyAtIndex(int index) - Specified by:
getKeyAtIndexin classAbstractMutableFloatKeySet
-
getTableSize
protected int getTableSize()- Specified by:
getTableSizein classAbstractMutableFloatKeySet
-
floatIterator
Description copied from interface:FloatIterableReturns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style. -
retainAll
- See Also:
-
retainAll
public boolean retainAll(float... source) - See Also:
-
freeze
Description copied from interface:MutableFloatSetReturns a frozen copy of this set. A frozen copy is the same thing as an immutable copy without safe-publish guarantees. -
newEmpty
Description copied from interface:MutableFloatSetCreates a new empty mutable version of the same Set type.- Since:
- 9.2.
-