net.openhft.collect.set
Interface CharSetFactory

All Known Subinterfaces:
HashCharSetFactory

public interface CharSetFactory

An immutable factory of CharSets.

See Also:
CharSet

Method Summary
 CharSet newImmutableSet(char[] elements)
           
 CharSet newImmutableSet(char[] elements, int expectedSize)
           
 CharSet newImmutableSet(Character[] elements)
           
 CharSet newImmutableSet(Character[] elements, int expectedSize)
           
 CharSet newImmutableSet(Consumer<CharConsumer> elementsSupplier)
           
 CharSet newImmutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
 CharSet newImmutableSet(Iterable<Character> elements)
           
 CharSet newImmutableSet(Iterable<Character> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
 CharSet newImmutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
 CharSet newImmutableSet(Iterator<Character> elements)
           
 CharSet newImmutableSet(Iterator<Character> elements, int expectedSize)
           
 CharSet newImmutableSetOf(char e1)
           
 CharSet newImmutableSetOf(char e1, char e2)
           
 CharSet newImmutableSetOf(char e1, char e2, char e3)
           
 CharSet newImmutableSetOf(char e1, char e2, char e3, char e4)
           
 CharSet newImmutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
 CharSet newMutableSet()
           
 CharSet newMutableSet(char[] elements)
           
 CharSet newMutableSet(char[] elements, int expectedSize)
           
 CharSet newMutableSet(Character[] elements)
           
 CharSet newMutableSet(Character[] elements, int expectedSize)
           
 CharSet newMutableSet(Consumer<CharConsumer> elementsSupplier)
           
 CharSet newMutableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
 CharSet newMutableSet(int expectedSize)
           
 CharSet newMutableSet(Iterable<Character> elements)
           
 CharSet newMutableSet(Iterable<Character> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
 CharSet newMutableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
 CharSet newMutableSet(Iterator<Character> elements)
           
 CharSet newMutableSet(Iterator<Character> elements, int expectedSize)
           
 CharSet newMutableSetOf(char e1)
           
 CharSet newMutableSetOf(char e1, char e2)
           
 CharSet newMutableSetOf(char e1, char e2, char e3)
           
 CharSet newMutableSetOf(char e1, char e2, char e3, char e4)
           
 CharSet newMutableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
 CharSet newUpdatableSet()
           
 CharSet newUpdatableSet(char[] elements)
           
 CharSet newUpdatableSet(char[] elements, int expectedSize)
           
 CharSet newUpdatableSet(Character[] elements)
           
 CharSet newUpdatableSet(Character[] elements, int expectedSize)
           
 CharSet newUpdatableSet(Consumer<CharConsumer> elementsSupplier)
           
 CharSet newUpdatableSet(Consumer<CharConsumer> elementsSupplier, int expectedSize)
           
 CharSet newUpdatableSet(int expectedSize)
           
 CharSet newUpdatableSet(Iterable<Character> elements)
           
 CharSet newUpdatableSet(Iterable<Character> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, int expectedSize)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, int expectedSize)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, int expectedSize)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5)
           
 CharSet newUpdatableSet(Iterable<Character> elems1, Iterable<Character> elems2, Iterable<Character> elems3, Iterable<Character> elems4, Iterable<Character> elems5, int expectedSize)
           
 CharSet newUpdatableSet(Iterator<Character> elements)
           
 CharSet newUpdatableSet(Iterator<Character> elements, int expectedSize)
           
 CharSet newUpdatableSetOf(char e1)
           
 CharSet newUpdatableSetOf(char e1, char e2)
           
 CharSet newUpdatableSetOf(char e1, char e2, char e3)
           
 CharSet newUpdatableSetOf(char e1, char e2, char e3, char e4)
           
 CharSet newUpdatableSetOf(char e1, char e2, char e3, char e4, char e5, char... restElements)
           
 

Method Detail

newMutableSet

CharSet newMutableSet()

newMutableSet

CharSet newMutableSet(int expectedSize)

newMutableSet

CharSet newMutableSet(Iterable<Character> elements,
                      int expectedSize)
If the specified elements is a set, expectedSize is ignored.


newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3,
                      Iterable<Character> elems4,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3,
                      Iterable<Character> elems4,
                      Iterable<Character> elems5,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Iterable<Character> elements)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3,
                      Iterable<Character> elems4)

newMutableSet

CharSet newMutableSet(Iterable<Character> elems1,
                      Iterable<Character> elems2,
                      Iterable<Character> elems3,
                      Iterable<Character> elems4,
                      Iterable<Character> elems5)

newMutableSet

CharSet newMutableSet(Iterator<Character> elements)

newMutableSet

CharSet newMutableSet(Iterator<Character> elements,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Consumer<CharConsumer> elementsSupplier)

newMutableSet

CharSet newMutableSet(Consumer<CharConsumer> elementsSupplier,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(char[] elements)

newMutableSet

CharSet newMutableSet(char[] elements,
                      int expectedSize)

newMutableSet

CharSet newMutableSet(Character[] elements)

newMutableSet

CharSet newMutableSet(Character[] elements,
                      int expectedSize)

newMutableSetOf

CharSet newMutableSetOf(char e1)

newMutableSetOf

CharSet newMutableSetOf(char e1,
                        char e2)

newMutableSetOf

CharSet newMutableSetOf(char e1,
                        char e2,
                        char e3)

newMutableSetOf

CharSet newMutableSetOf(char e1,
                        char e2,
                        char e3,
                        char e4)

newMutableSetOf

CharSet newMutableSetOf(char e1,
                        char e2,
                        char e3,
                        char e4,
                        char e5,
                        char... restElements)

newUpdatableSet

CharSet newUpdatableSet()

newUpdatableSet

CharSet newUpdatableSet(int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elements,
                        int expectedSize)
If the specified elements is a set, expectedSize is ignored.


newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        Iterable<Character> elems5,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elements)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4)

newUpdatableSet

CharSet newUpdatableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        Iterable<Character> elems5)

newUpdatableSet

CharSet newUpdatableSet(Iterator<Character> elements)

newUpdatableSet

CharSet newUpdatableSet(Iterator<Character> elements,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Consumer<CharConsumer> elementsSupplier)

newUpdatableSet

CharSet newUpdatableSet(Consumer<CharConsumer> elementsSupplier,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(char[] elements)

newUpdatableSet

CharSet newUpdatableSet(char[] elements,
                        int expectedSize)

newUpdatableSet

CharSet newUpdatableSet(Character[] elements)

newUpdatableSet

CharSet newUpdatableSet(Character[] elements,
                        int expectedSize)

newUpdatableSetOf

CharSet newUpdatableSetOf(char e1)

newUpdatableSetOf

CharSet newUpdatableSetOf(char e1,
                          char e2)

newUpdatableSetOf

CharSet newUpdatableSetOf(char e1,
                          char e2,
                          char e3)

newUpdatableSetOf

CharSet newUpdatableSetOf(char e1,
                          char e2,
                          char e3,
                          char e4)

newUpdatableSetOf

CharSet newUpdatableSetOf(char e1,
                          char e2,
                          char e3,
                          char e4,
                          char e5,
                          char... restElements)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elements,
                        int expectedSize)
If the specified elements is a set, expectedSize is ignored.


newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        Iterable<Character> elems5,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elements)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4)

newImmutableSet

CharSet newImmutableSet(Iterable<Character> elems1,
                        Iterable<Character> elems2,
                        Iterable<Character> elems3,
                        Iterable<Character> elems4,
                        Iterable<Character> elems5)

newImmutableSet

CharSet newImmutableSet(Iterator<Character> elements)

newImmutableSet

CharSet newImmutableSet(Iterator<Character> elements,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Consumer<CharConsumer> elementsSupplier)

newImmutableSet

CharSet newImmutableSet(Consumer<CharConsumer> elementsSupplier,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(char[] elements)

newImmutableSet

CharSet newImmutableSet(char[] elements,
                        int expectedSize)

newImmutableSet

CharSet newImmutableSet(Character[] elements)

newImmutableSet

CharSet newImmutableSet(Character[] elements,
                        int expectedSize)

newImmutableSetOf

CharSet newImmutableSetOf(char e1)

newImmutableSetOf

CharSet newImmutableSetOf(char e1,
                          char e2)

newImmutableSetOf

CharSet newImmutableSetOf(char e1,
                          char e2,
                          char e3)

newImmutableSetOf

CharSet newImmutableSetOf(char e1,
                          char e2,
                          char e3,
                          char e4)

newImmutableSetOf

CharSet newImmutableSetOf(char e1,
                          char e2,
                          char e3,
                          char e4,
                          char e5,
                          char... restElements)