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