Class ByteObjectHashMap.KeySet
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeySet
- All Implemented Interfaces:
Externalizable, Serializable, ByteIterable, MutableByteCollection, PrimitiveIterable, ByteSet, MutableByteSet
- Enclosing class:
ByteObjectHashMap<V>
- Since:
- 3.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a primitive iterator that can be used to iterate over the ByteIterable in an imperative style.freeze()Returns a frozen copy of this set.protected bytegetKeyAtIndex(int index) protected MutableByteKeysMapgetOuter()protected ByteObjectHashMap.SentinelValuesprotected intnewEmpty()Creates a new empty mutable version of the same Set type.booleanretainAll(byte... source) booleanretainAll(ByteIterable source) Methods inherited from class AbstractMutableByteKeySet
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 interface ByteIterable
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 ByteSet
isProperSubsetOf, isSubsetOfMethods inherited from interface MutableByteCollection
removeIfMethods inherited from interface MutableByteSet
difference, intersect, symmetricDifference, tap, union
-
Field Details
-
outer
-
-
Constructor Details
-
KeySet
private KeySet()
-
-
Method Details
-
getOuter
- Specified by:
getOuterin classAbstractMutableByteKeySet
-
getSentinelValues
- Specified by:
getSentinelValuesin classAbstractMutableByteKeySet
-
getKeyAtIndex
protected byte getKeyAtIndex(int index) - Specified by:
getKeyAtIndexin classAbstractMutableByteKeySet
-
getTableSize
protected int getTableSize()- Specified by:
getTableSizein classAbstractMutableByteKeySet
-
byteIterator
Description copied from interface:ByteIterableReturns a primitive iterator that can be used to iterate over the ByteIterable in an imperative style. -
retainAll
- See Also:
-
retainAll
public boolean retainAll(byte... source) - See Also:
-
freeze
Description copied from interface:MutableByteSetReturns 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:MutableByteSetCreates a new empty mutable version of the same Set type.- Since:
- 9.2.
-