|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.openhft.collect.set.hash.HashByteSets
public final class HashByteSets
This class consists only of static factory methods to construct HashByteSets, and
the default HashByteSetFactory static provider (getDefaultFactory()).
HashByteSet| Method Summary | |
|---|---|
static HashByteSetFactory |
getDefaultFactory()
|
static HashByteSet |
newImmutableSet(byte[] elements)
|
static HashByteSet |
newImmutableSet(Byte[] elements)
|
static HashByteSet |
newImmutableSet(byte[] elements,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Byte[] elements,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Consumer<ByteConsumer> elementsSupplier)
|
static HashByteSet |
newImmutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elements)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elements,
int expectedSize)
If the specified elements is a set, expectedSize is ignored. |
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
|
static HashByteSet |
newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
|
static HashByteSet |
newImmutableSet(Iterator<Byte> elements)
|
static HashByteSet |
newImmutableSet(Iterator<Byte> elements,
int expectedSize)
|
static HashByteSet |
newImmutableSetOf(byte e1)
|
static HashByteSet |
newImmutableSetOf(byte e1,
byte e2)
|
static HashByteSet |
newImmutableSetOf(byte e1,
byte e2,
byte e3)
|
static HashByteSet |
newImmutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
|
static HashByteSet |
newImmutableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
|
static HashByteSet |
newMutableSet()
|
static HashByteSet |
newMutableSet(byte[] elements)
|
static HashByteSet |
newMutableSet(Byte[] elements)
|
static HashByteSet |
newMutableSet(byte[] elements,
int expectedSize)
|
static HashByteSet |
newMutableSet(Byte[] elements,
int expectedSize)
|
static HashByteSet |
newMutableSet(Consumer<ByteConsumer> elementsSupplier)
|
static HashByteSet |
newMutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
|
static HashByteSet |
newMutableSet(int expectedSize)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elements)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elements,
int expectedSize)
If the specified elements is a set, expectedSize is ignored. |
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
|
static HashByteSet |
newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
|
static HashByteSet |
newMutableSet(Iterator<Byte> elements)
|
static HashByteSet |
newMutableSet(Iterator<Byte> elements,
int expectedSize)
|
static HashByteSet |
newMutableSetOf(byte e1)
|
static HashByteSet |
newMutableSetOf(byte e1,
byte e2)
|
static HashByteSet |
newMutableSetOf(byte e1,
byte e2,
byte e3)
|
static HashByteSet |
newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
|
static HashByteSet |
newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
|
static HashByteSet |
newUpdatableSet(byte[] elements)
|
static HashByteSet |
newUpdatableSet(Byte[] elements)
|
static HashByteSet |
newUpdatableSet(byte[] elements,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Byte[] elements,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Consumer<ByteConsumer> elementsSupplier)
|
static HashByteSet |
newUpdatableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elements)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elements,
int expectedSize)
If the specified elements is a set, expectedSize is ignored. |
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
|
static HashByteSet |
newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
|
static HashByteSet |
newUpdatableSet(Iterator<Byte> elements)
|
static HashByteSet |
newUpdatableSet(Iterator<Byte> elements,
int expectedSize)
|
static HashByteSet |
newUpdatableSetOf(byte e1)
|
static HashByteSet |
newUpdatableSetOf(byte e1,
byte e2)
|
static HashByteSet |
newUpdatableSetOf(byte e1,
byte e2,
byte e3)
|
static HashByteSet |
newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
|
static HashByteSet |
newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HashByteSetFactory getDefaultFactory()
public static HashByteSet newMutableSet()
public static HashByteSet newMutableSet(int expectedSize)
public static HashByteSet newMutableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
public static HashByteSet newMutableSet(Iterable<Byte> elements)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
public static HashByteSet newMutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
public static HashByteSet newMutableSet(Iterator<Byte> elements)
public static HashByteSet newMutableSet(Iterator<Byte> elements,
int expectedSize)
public static HashByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier)
public static HashByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
public static HashByteSet newMutableSet(byte[] elements)
public static HashByteSet newMutableSet(byte[] elements,
int expectedSize)
public static HashByteSet newMutableSet(Byte[] elements)
public static HashByteSet newMutableSet(Byte[] elements,
int expectedSize)
public static HashByteSet newMutableSetOf(byte e1)
public static HashByteSet newMutableSetOf(byte e1,
byte e2)
public static HashByteSet newMutableSetOf(byte e1,
byte e2,
byte e3)
public static HashByteSet newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
public static HashByteSet newMutableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
public static HashByteSet newUpdatableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
public static HashByteSet newUpdatableSet(Iterable<Byte> elements)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
public static HashByteSet newUpdatableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
public static HashByteSet newUpdatableSet(Iterator<Byte> elements)
public static HashByteSet newUpdatableSet(Iterator<Byte> elements,
int expectedSize)
public static HashByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier)
public static HashByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
public static HashByteSet newUpdatableSet(byte[] elements)
public static HashByteSet newUpdatableSet(byte[] elements,
int expectedSize)
public static HashByteSet newUpdatableSet(Byte[] elements)
public static HashByteSet newUpdatableSet(Byte[] elements,
int expectedSize)
public static HashByteSet newUpdatableSetOf(byte e1)
public static HashByteSet newUpdatableSetOf(byte e1,
byte e2)
public static HashByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3)
public static HashByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
public static HashByteSet newUpdatableSetOf(byte e1,
byte e2,
byte e3,
byte e4,
byte e5,
byte... restElements)
public static HashByteSet newImmutableSet(Iterable<Byte> elements,
int expectedSize)
expectedSize is ignored.
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
int expectedSize)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
int expectedSize)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
int expectedSize)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5,
int expectedSize)
public static HashByteSet newImmutableSet(Iterable<Byte> elements)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4)
public static HashByteSet newImmutableSet(Iterable<Byte> elems1,
Iterable<Byte> elems2,
Iterable<Byte> elems3,
Iterable<Byte> elems4,
Iterable<Byte> elems5)
public static HashByteSet newImmutableSet(Iterator<Byte> elements)
public static HashByteSet newImmutableSet(Iterator<Byte> elements,
int expectedSize)
public static HashByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier)
public static HashByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier,
int expectedSize)
public static HashByteSet newImmutableSet(byte[] elements)
public static HashByteSet newImmutableSet(byte[] elements,
int expectedSize)
public static HashByteSet newImmutableSet(Byte[] elements)
public static HashByteSet newImmutableSet(Byte[] elements,
int expectedSize)
public static HashByteSet newImmutableSetOf(byte e1)
public static HashByteSet newImmutableSetOf(byte e1,
byte e2)
public static HashByteSet newImmutableSetOf(byte e1,
byte e2,
byte e3)
public static HashByteSet newImmutableSetOf(byte e1,
byte e2,
byte e3,
byte e4)
public static HashByteSet 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 | ||||||||