Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
-
Packages that use ByteHashSet Package Description 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.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)
-