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