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