net.openhft.collect.set
Interface ShortSetFactory

All Known Subinterfaces:
HashShortSetFactory

public interface ShortSetFactory

An immutable factory of ShortSets.

See Also:
ShortSet

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

Method Detail

newMutableSet

ShortSet newMutableSet()

newMutableSet

ShortSet newMutableSet(int expectedSize)

newMutableSet

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


newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3,
                       Iterable<Short> elems4,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3,
                       Iterable<Short> elems4,
                       Iterable<Short> elems5,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elements)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3,
                       Iterable<Short> elems4)

newMutableSet

ShortSet newMutableSet(Iterable<Short> elems1,
                       Iterable<Short> elems2,
                       Iterable<Short> elems3,
                       Iterable<Short> elems4,
                       Iterable<Short> elems5)

newMutableSet

ShortSet newMutableSet(Iterator<Short> elements)

newMutableSet

ShortSet newMutableSet(Iterator<Short> elements,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier)

newMutableSet

ShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(short[] elements)

newMutableSet

ShortSet newMutableSet(short[] elements,
                       int expectedSize)

newMutableSet

ShortSet newMutableSet(Short[] elements)

newMutableSet

ShortSet newMutableSet(Short[] elements,
                       int expectedSize)

newMutableSetOf

ShortSet newMutableSetOf(short e1)

newMutableSetOf

ShortSet newMutableSetOf(short e1,
                         short e2)

newMutableSetOf

ShortSet newMutableSetOf(short e1,
                         short e2,
                         short e3)

newMutableSetOf

ShortSet newMutableSetOf(short e1,
                         short e2,
                         short e3,
                         short e4)

newMutableSetOf

ShortSet newMutableSetOf(short e1,
                         short e2,
                         short e3,
                         short e4,
                         short e5,
                         short... restElements)

newUpdatableSet

ShortSet newUpdatableSet()

newUpdatableSet

ShortSet newUpdatableSet(int expectedSize)

newUpdatableSet

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


newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         Iterable<Short> elems5,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elements)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4)

newUpdatableSet

ShortSet newUpdatableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         Iterable<Short> elems5)

newUpdatableSet

ShortSet newUpdatableSet(Iterator<Short> elements)

newUpdatableSet

ShortSet newUpdatableSet(Iterator<Short> elements,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier)

newUpdatableSet

ShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(short[] elements)

newUpdatableSet

ShortSet newUpdatableSet(short[] elements,
                         int expectedSize)

newUpdatableSet

ShortSet newUpdatableSet(Short[] elements)

newUpdatableSet

ShortSet newUpdatableSet(Short[] elements,
                         int expectedSize)

newUpdatableSetOf

ShortSet newUpdatableSetOf(short e1)

newUpdatableSetOf

ShortSet newUpdatableSetOf(short e1,
                           short e2)

newUpdatableSetOf

ShortSet newUpdatableSetOf(short e1,
                           short e2,
                           short e3)

newUpdatableSetOf

ShortSet newUpdatableSetOf(short e1,
                           short e2,
                           short e3,
                           short e4)

newUpdatableSetOf

ShortSet newUpdatableSetOf(short e1,
                           short e2,
                           short e3,
                           short e4,
                           short e5,
                           short... restElements)

newImmutableSet

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


newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         Iterable<Short> elems5,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elements)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4)

newImmutableSet

ShortSet newImmutableSet(Iterable<Short> elems1,
                         Iterable<Short> elems2,
                         Iterable<Short> elems3,
                         Iterable<Short> elems4,
                         Iterable<Short> elems5)

newImmutableSet

ShortSet newImmutableSet(Iterator<Short> elements)

newImmutableSet

ShortSet newImmutableSet(Iterator<Short> elements,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier)

newImmutableSet

ShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(short[] elements)

newImmutableSet

ShortSet newImmutableSet(short[] elements,
                         int expectedSize)

newImmutableSet

ShortSet newImmutableSet(Short[] elements)

newImmutableSet

ShortSet newImmutableSet(Short[] elements,
                         int expectedSize)

newImmutableSetOf

ShortSet newImmutableSetOf(short e1)

newImmutableSetOf

ShortSet newImmutableSetOf(short e1,
                           short e2)

newImmutableSetOf

ShortSet newImmutableSetOf(short e1,
                           short e2,
                           short e3)

newImmutableSetOf

ShortSet newImmutableSetOf(short e1,
                           short e2,
                           short e3,
                           short e4)

newImmutableSetOf

ShortSet newImmutableSetOf(short e1,
                           short e2,
                           short e3,
                           short e4,
                           short e5,
                           short... restElements)