static ByteHashSet |
ByteHashSet.newSet(org.eclipse.collections.api.ByteIterable source) |
static ByteHashSet |
ByteHashSet.newSetWith(byte... source) |
ByteHashSet |
ByteHashSet.select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate predicate) |
ByteHashSet |
ByteHashSet.with(byte element) |
ByteHashSet |
ByteHashSet.withAll(org.eclipse.collections.api.ByteIterable elements) |
ByteHashSet |
ByteHashSet.without(byte element) |
ByteHashSet |
ByteHashSet.withoutAll(org.eclipse.collections.api.ByteIterable elements) |