net.openhft.collect.set.hash
Interface HashShortSetFactory

All Superinterfaces:
HashContainerFactory<HashShortSetFactory>, ShortHashFactory<HashShortSetFactory>, ShortSetFactory

public interface HashShortSetFactory
extends ShortSetFactory, ShortHashFactory<HashShortSetFactory>

An immutable factory of HashShortSets.

See Also:
HashShortSet, HashShortSets.getDefaultFactory()

Method Summary
 HashShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier)
           
 HashShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier, int expectedSize)
           
 HashShortSet newImmutableSet(Iterable<Short> elements)
           
 HashShortSet newImmutableSet(Iterable<Short> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, int expectedSize)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, int expectedSize)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, int expectedSize)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5)
           
 HashShortSet newImmutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5, int expectedSize)
           
 HashShortSet newImmutableSet(Iterator<Short> elements)
           
 HashShortSet newImmutableSet(Iterator<Short> elements, int expectedSize)
           
 HashShortSet newImmutableSet(short[] elements)
           
 HashShortSet newImmutableSet(Short[] elements)
           
 HashShortSet newImmutableSet(short[] elements, int expectedSize)
           
 HashShortSet newImmutableSet(Short[] elements, int expectedSize)
           
 HashShortSet newImmutableSetOf(short e1)
           
 HashShortSet newImmutableSetOf(short e1, short e2)
           
 HashShortSet newImmutableSetOf(short e1, short e2, short e3)
           
 HashShortSet newImmutableSetOf(short e1, short e2, short e3, short e4)
           
 HashShortSet newImmutableSetOf(short e1, short e2, short e3, short e4, short e5, short... restElements)
           
 HashShortSet newMutableSet()
           
 HashShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier)
           
 HashShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier, int expectedSize)
           
 HashShortSet newMutableSet(int expectedSize)
           
 HashShortSet newMutableSet(Iterable<Short> elements)
           
 HashShortSet newMutableSet(Iterable<Short> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, int expectedSize)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, int expectedSize)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, int expectedSize)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5)
           
 HashShortSet newMutableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5, int expectedSize)
           
 HashShortSet newMutableSet(Iterator<Short> elements)
           
 HashShortSet newMutableSet(Iterator<Short> elements, int expectedSize)
           
 HashShortSet newMutableSet(short[] elements)
           
 HashShortSet newMutableSet(Short[] elements)
           
 HashShortSet newMutableSet(short[] elements, int expectedSize)
           
 HashShortSet newMutableSet(Short[] elements, int expectedSize)
           
 HashShortSet newMutableSetOf(short e1)
           
 HashShortSet newMutableSetOf(short e1, short e2)
           
 HashShortSet newMutableSetOf(short e1, short e2, short e3)
           
 HashShortSet newMutableSetOf(short e1, short e2, short e3, short e4)
           
 HashShortSet newMutableSetOf(short e1, short e2, short e3, short e4, short e5, short... restElements)
           
 HashShortSet newUpdatableSet()
           
 HashShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier)
           
 HashShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier, int expectedSize)
           
 HashShortSet newUpdatableSet(int expectedSize)
           
 HashShortSet newUpdatableSet(Iterable<Short> elements)
           
 HashShortSet newUpdatableSet(Iterable<Short> elements, int expectedSize)
          If the specified elements is a set, expectedSize is ignored.
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, int expectedSize)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, int expectedSize)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, int expectedSize)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5)
           
 HashShortSet newUpdatableSet(Iterable<Short> elems1, Iterable<Short> elems2, Iterable<Short> elems3, Iterable<Short> elems4, Iterable<Short> elems5, int expectedSize)
           
 HashShortSet newUpdatableSet(Iterator<Short> elements)
           
 HashShortSet newUpdatableSet(Iterator<Short> elements, int expectedSize)
           
 HashShortSet newUpdatableSet(short[] elements)
           
 HashShortSet newUpdatableSet(Short[] elements)
           
 HashShortSet newUpdatableSet(short[] elements, int expectedSize)
           
 HashShortSet newUpdatableSet(Short[] elements, int expectedSize)
           
 HashShortSet newUpdatableSetOf(short e1)
           
 HashShortSet newUpdatableSetOf(short e1, short e2)
           
 HashShortSet newUpdatableSetOf(short e1, short e2, short e3)
           
 HashShortSet newUpdatableSetOf(short e1, short e2, short e3, short e4)
           
 HashShortSet newUpdatableSetOf(short e1, short e2, short e3, short e4, short e5, short... restElements)
           
 
Methods inherited from interface net.openhft.collect.hash.ShortHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

newMutableSet

HashShortSet newMutableSet()
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

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

Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3,
                           Iterable<Short> elems4,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3,
                           Iterable<Short> elems4,
                           Iterable<Short> elems5,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elements)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3,
                           Iterable<Short> elems4)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterable<Short> elems1,
                           Iterable<Short> elems2,
                           Iterable<Short> elems3,
                           Iterable<Short> elems4,
                           Iterable<Short> elems5)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterator<Short> elements)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Iterator<Short> elements,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Consumer<ShortConsumer> elementsSupplier,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(short[] elements)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(short[] elements,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Short[] elements)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSet

HashShortSet newMutableSet(Short[] elements,
                           int expectedSize)
Specified by:
newMutableSet in interface ShortSetFactory

newMutableSetOf

HashShortSet newMutableSetOf(short e1)
Specified by:
newMutableSetOf in interface ShortSetFactory

newMutableSetOf

HashShortSet newMutableSetOf(short e1,
                             short e2)
Specified by:
newMutableSetOf in interface ShortSetFactory

newMutableSetOf

HashShortSet newMutableSetOf(short e1,
                             short e2,
                             short e3)
Specified by:
newMutableSetOf in interface ShortSetFactory

newMutableSetOf

HashShortSet newMutableSetOf(short e1,
                             short e2,
                             short e3,
                             short e4)
Specified by:
newMutableSetOf in interface ShortSetFactory

newMutableSetOf

HashShortSet newMutableSetOf(short e1,
                             short e2,
                             short e3,
                             short e4,
                             short e5,
                             short... restElements)
Specified by:
newMutableSetOf in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet()
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

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

Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             Iterable<Short> elems5,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elements)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             Iterable<Short> elems5)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterator<Short> elements)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Iterator<Short> elements,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Consumer<ShortConsumer> elementsSupplier,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(short[] elements)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(short[] elements,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Short[] elements)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSet

HashShortSet newUpdatableSet(Short[] elements,
                             int expectedSize)
Specified by:
newUpdatableSet in interface ShortSetFactory

newUpdatableSetOf

HashShortSet newUpdatableSetOf(short e1)
Specified by:
newUpdatableSetOf in interface ShortSetFactory

newUpdatableSetOf

HashShortSet newUpdatableSetOf(short e1,
                               short e2)
Specified by:
newUpdatableSetOf in interface ShortSetFactory

newUpdatableSetOf

HashShortSet newUpdatableSetOf(short e1,
                               short e2,
                               short e3)
Specified by:
newUpdatableSetOf in interface ShortSetFactory

newUpdatableSetOf

HashShortSet newUpdatableSetOf(short e1,
                               short e2,
                               short e3,
                               short e4)
Specified by:
newUpdatableSetOf in interface ShortSetFactory

newUpdatableSetOf

HashShortSet newUpdatableSetOf(short e1,
                               short e2,
                               short e3,
                               short e4,
                               short e5,
                               short... restElements)
Specified by:
newUpdatableSetOf in interface ShortSetFactory

newImmutableSet

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

Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             Iterable<Short> elems5,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elements)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterable<Short> elems1,
                             Iterable<Short> elems2,
                             Iterable<Short> elems3,
                             Iterable<Short> elems4,
                             Iterable<Short> elems5)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterator<Short> elements)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Iterator<Short> elements,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Consumer<ShortConsumer> elementsSupplier,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(short[] elements)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(short[] elements,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Short[] elements)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSet

HashShortSet newImmutableSet(Short[] elements,
                             int expectedSize)
Specified by:
newImmutableSet in interface ShortSetFactory

newImmutableSetOf

HashShortSet newImmutableSetOf(short e1)
Specified by:
newImmutableSetOf in interface ShortSetFactory

newImmutableSetOf

HashShortSet newImmutableSetOf(short e1,
                               short e2)
Specified by:
newImmutableSetOf in interface ShortSetFactory

newImmutableSetOf

HashShortSet newImmutableSetOf(short e1,
                               short e2,
                               short e3)
Specified by:
newImmutableSetOf in interface ShortSetFactory

newImmutableSetOf

HashShortSet newImmutableSetOf(short e1,
                               short e2,
                               short e3,
                               short e4)
Specified by:
newImmutableSetOf in interface ShortSetFactory

newImmutableSetOf

HashShortSet newImmutableSetOf(short e1,
                               short e2,
                               short e3,
                               short e4,
                               short e5,
                               short... restElements)
Specified by:
newImmutableSetOf in interface ShortSetFactory