net.openhft.collect.set
Interface ByteSetFactory

All Known Subinterfaces:
HashByteSetFactory

public interface ByteSetFactory

An immutable factory of ByteSets.

See Also:
ByteSet

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

Method Detail

newMutableSet

ByteSet newMutableSet()

newMutableSet

ByteSet newMutableSet(int expectedSize)

newMutableSet

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


newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3,
                      Iterable<Byte> elems4,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3,
                      Iterable<Byte> elems4,
                      Iterable<Byte> elems5,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elements)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3,
                      Iterable<Byte> elems4)

newMutableSet

ByteSet newMutableSet(Iterable<Byte> elems1,
                      Iterable<Byte> elems2,
                      Iterable<Byte> elems3,
                      Iterable<Byte> elems4,
                      Iterable<Byte> elems5)

newMutableSet

ByteSet newMutableSet(Iterator<Byte> elements)

newMutableSet

ByteSet newMutableSet(Iterator<Byte> elements,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier)

newMutableSet

ByteSet newMutableSet(Consumer<ByteConsumer> elementsSupplier,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(byte[] elements)

newMutableSet

ByteSet newMutableSet(byte[] elements,
                      int expectedSize)

newMutableSet

ByteSet newMutableSet(Byte[] elements)

newMutableSet

ByteSet newMutableSet(Byte[] elements,
                      int expectedSize)

newMutableSetOf

ByteSet newMutableSetOf(byte e1)

newMutableSetOf

ByteSet newMutableSetOf(byte e1,
                        byte e2)

newMutableSetOf

ByteSet newMutableSetOf(byte e1,
                        byte e2,
                        byte e3)

newMutableSetOf

ByteSet newMutableSetOf(byte e1,
                        byte e2,
                        byte e3,
                        byte e4)

newMutableSetOf

ByteSet newMutableSetOf(byte e1,
                        byte e2,
                        byte e3,
                        byte e4,
                        byte e5,
                        byte... restElements)

newUpdatableSet

ByteSet newUpdatableSet()

newUpdatableSet

ByteSet newUpdatableSet(int expectedSize)

newUpdatableSet

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


newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        Iterable<Byte> elems5,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elements)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4)

newUpdatableSet

ByteSet newUpdatableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        Iterable<Byte> elems5)

newUpdatableSet

ByteSet newUpdatableSet(Iterator<Byte> elements)

newUpdatableSet

ByteSet newUpdatableSet(Iterator<Byte> elements,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier)

newUpdatableSet

ByteSet newUpdatableSet(Consumer<ByteConsumer> elementsSupplier,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(byte[] elements)

newUpdatableSet

ByteSet newUpdatableSet(byte[] elements,
                        int expectedSize)

newUpdatableSet

ByteSet newUpdatableSet(Byte[] elements)

newUpdatableSet

ByteSet newUpdatableSet(Byte[] elements,
                        int expectedSize)

newUpdatableSetOf

ByteSet newUpdatableSetOf(byte e1)

newUpdatableSetOf

ByteSet newUpdatableSetOf(byte e1,
                          byte e2)

newUpdatableSetOf

ByteSet newUpdatableSetOf(byte e1,
                          byte e2,
                          byte e3)

newUpdatableSetOf

ByteSet newUpdatableSetOf(byte e1,
                          byte e2,
                          byte e3,
                          byte e4)

newUpdatableSetOf

ByteSet newUpdatableSetOf(byte e1,
                          byte e2,
                          byte e3,
                          byte e4,
                          byte e5,
                          byte... restElements)

newImmutableSet

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


newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        Iterable<Byte> elems5,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elements)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4)

newImmutableSet

ByteSet newImmutableSet(Iterable<Byte> elems1,
                        Iterable<Byte> elems2,
                        Iterable<Byte> elems3,
                        Iterable<Byte> elems4,
                        Iterable<Byte> elems5)

newImmutableSet

ByteSet newImmutableSet(Iterator<Byte> elements)

newImmutableSet

ByteSet newImmutableSet(Iterator<Byte> elements,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier)

newImmutableSet

ByteSet newImmutableSet(Consumer<ByteConsumer> elementsSupplier,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(byte[] elements)

newImmutableSet

ByteSet newImmutableSet(byte[] elements,
                        int expectedSize)

newImmutableSet

ByteSet newImmutableSet(Byte[] elements)

newImmutableSet

ByteSet newImmutableSet(Byte[] elements,
                        int expectedSize)

newImmutableSetOf

ByteSet newImmutableSetOf(byte e1)

newImmutableSetOf

ByteSet newImmutableSetOf(byte e1,
                          byte e2)

newImmutableSetOf

ByteSet newImmutableSetOf(byte e1,
                          byte e2,
                          byte e3)

newImmutableSetOf

ByteSet newImmutableSetOf(byte e1,
                          byte e2,
                          byte e3,
                          byte e4)

newImmutableSetOf

ByteSet newImmutableSetOf(byte e1,
                          byte e2,
                          byte e3,
                          byte e4,
                          byte e5,
                          byte... restElements)