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