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