|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ByteSetFactory
An immutable factory of ByteSets.
ByteSet| Method Detail |
|---|
ByteSet newMutableSet()
ByteSet newMutableSet(int expectedSize)
ByteSet newMutableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
ByteSet newMutableSet(Iterable<Byte> elements)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
ByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
ByteSet newMutableSet(Iterator<Byte> elements)
ByteSet newMutableSet(Iterator<Byte> elements,
int expectedSize)
ByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier)
ByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
ByteSet newMutableSet(byte[] elements)
ByteSet newMutableSet(byte[] elements,
int expectedSize)
ByteSet newMutableSet(Byte[] elements)
ByteSet newMutableSet(Byte[] elements,
int expectedSize)
ByteSet newMutableSetOf(byte e1)
ByteSet newMutableSetOf(byte e1,
byte e2)
ByteSet newMutableSetOf(byte e1,
byte e2,
byte e3)
ByteSet newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
ByteSet newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
ByteSet newUpdatableSet()
ByteSet newUpdatableSet(int expectedSize)
ByteSet newUpdatableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
ByteSet newUpdatableSet(Iterable<Byte> elements)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
ByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
ByteSet newUpdatableSet(Iterator<Byte> elements)
ByteSet newUpdatableSet(Iterator<Byte> elements,
int expectedSize)
ByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier)
ByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
ByteSet newUpdatableSet(byte[] elements)
ByteSet newUpdatableSet(byte[] elements,
int expectedSize)
ByteSet newUpdatableSet(Byte[] elements)
ByteSet newUpdatableSet(Byte[] elements,
int expectedSize)
ByteSet newUpdatableSetOf(byte e1)
ByteSet newUpdatableSetOf(byte e1,
byte e2)
ByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3)
ByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
ByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
ByteSet newImmutableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
ByteSet newImmutableSet(Iterable<Byte> elements)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
ByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
ByteSet newImmutableSet(Iterator<Byte> elements)
ByteSet newImmutableSet(Iterator<Byte> elements,
int expectedSize)
ByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier)
ByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
ByteSet newImmutableSet(byte[] elements)
ByteSet newImmutableSet(byte[] elements,
int expectedSize)
ByteSet newImmutableSet(Byte[] elements)
ByteSet newImmutableSet(Byte[] elements,
int expectedSize)
ByteSet newImmutableSetOf(byte e1)
ByteSet newImmutableSetOf(byte e1,
byte e2)
ByteSet newImmutableSetOf(byte e1,
byte e2,
byte e3)
ByteSet newImmutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
ByteSet newImmutableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||