Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
-
Packages that use ByteHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of ByteHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as ByteHashSet Modifier and Type Field Description private ByteHashSetAbstractMutableByteKeySet.SerRep. deserialized -
Uses of ByteHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ByteHashSet Modifier and Type Method Description ByteHashSetByteHashSet. newEmpty()static ByteHashSetByteHashSet. newSet(ByteIterable source)static ByteHashSetByteHashSet. newSetWith(byte... source)ByteHashSetByteHashSet. select(BytePredicate predicate)ByteHashSetByteHashSet. with(byte element)ByteHashSetByteHashSet. withAll(ByteIterable elements)ByteHashSetByteHashSet. without(byte element)ByteHashSetByteHashSet. withoutAll(ByteIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ByteHashSet Constructor Description ByteHashSet(ByteHashSet set)
-