net.openhft.collect.set.hash
Interface HashLongSetFactory

All Superinterfaces:
HashContainerFactory<HashLongSetFactory>, LongHashFactory<HashLongSetFactory>, LongSetFactory

public interface HashLongSetFactory
extends LongSetFactory, LongHashFactory<HashLongSetFactory>

An immutable factory of HashLongSets.

See Also:
HashLongSet, HashLongSets.getDefaultFactory()

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

Method Detail

newMutableSet

HashLongSet newMutableSet()
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

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

Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3,
                          Iterable<Long> elems4,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3,
                          Iterable<Long> elems4,
                          Iterable<Long> elems5,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elements)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3,
                          Iterable<Long> elems4)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterable<Long> elems1,
                          Iterable<Long> elems2,
                          Iterable<Long> elems3,
                          Iterable<Long> elems4,
                          Iterable<Long> elems5)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterator<Long> elements)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Iterator<Long> elements,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Consumer<LongConsumer> elementsSupplier)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Consumer<LongConsumer> elementsSupplier,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(long[] elements)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(long[] elements,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Long[] elements)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSet

HashLongSet newMutableSet(Long[] elements,
                          int expectedSize)
Specified by:
newMutableSet in interface LongSetFactory

newMutableSetOf

HashLongSet newMutableSetOf(long e1)
Specified by:
newMutableSetOf in interface LongSetFactory

newMutableSetOf

HashLongSet newMutableSetOf(long e1,
                            long e2)
Specified by:
newMutableSetOf in interface LongSetFactory

newMutableSetOf

HashLongSet newMutableSetOf(long e1,
                            long e2,
                            long e3)
Specified by:
newMutableSetOf in interface LongSetFactory

newMutableSetOf

HashLongSet newMutableSetOf(long e1,
                            long e2,
                            long e3,
                            long e4)
Specified by:
newMutableSetOf in interface LongSetFactory

newMutableSetOf

HashLongSet newMutableSetOf(long e1,
                            long e2,
                            long e3,
                            long e4,
                            long e5,
                            long... restElements)
Specified by:
newMutableSetOf in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet()
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

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

Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            Iterable<Long> elems5,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elements)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            Iterable<Long> elems5)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterator<Long> elements)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Iterator<Long> elements,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Consumer<LongConsumer> elementsSupplier)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Consumer<LongConsumer> elementsSupplier,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(long[] elements)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(long[] elements,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Long[] elements)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSet

HashLongSet newUpdatableSet(Long[] elements,
                            int expectedSize)
Specified by:
newUpdatableSet in interface LongSetFactory

newUpdatableSetOf

HashLongSet newUpdatableSetOf(long e1)
Specified by:
newUpdatableSetOf in interface LongSetFactory

newUpdatableSetOf

HashLongSet newUpdatableSetOf(long e1,
                              long e2)
Specified by:
newUpdatableSetOf in interface LongSetFactory

newUpdatableSetOf

HashLongSet newUpdatableSetOf(long e1,
                              long e2,
                              long e3)
Specified by:
newUpdatableSetOf in interface LongSetFactory

newUpdatableSetOf

HashLongSet newUpdatableSetOf(long e1,
                              long e2,
                              long e3,
                              long e4)
Specified by:
newUpdatableSetOf in interface LongSetFactory

newUpdatableSetOf

HashLongSet newUpdatableSetOf(long e1,
                              long e2,
                              long e3,
                              long e4,
                              long e5,
                              long... restElements)
Specified by:
newUpdatableSetOf in interface LongSetFactory

newImmutableSet

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

Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            Iterable<Long> elems5,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elements)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterable<Long> elems1,
                            Iterable<Long> elems2,
                            Iterable<Long> elems3,
                            Iterable<Long> elems4,
                            Iterable<Long> elems5)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterator<Long> elements)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Iterator<Long> elements,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Consumer<LongConsumer> elementsSupplier)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Consumer<LongConsumer> elementsSupplier,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(long[] elements)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(long[] elements,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Long[] elements)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSet

HashLongSet newImmutableSet(Long[] elements,
                            int expectedSize)
Specified by:
newImmutableSet in interface LongSetFactory

newImmutableSetOf

HashLongSet newImmutableSetOf(long e1)
Specified by:
newImmutableSetOf in interface LongSetFactory

newImmutableSetOf

HashLongSet newImmutableSetOf(long e1,
                              long e2)
Specified by:
newImmutableSetOf in interface LongSetFactory

newImmutableSetOf

HashLongSet newImmutableSetOf(long e1,
                              long e2,
                              long e3)
Specified by:
newImmutableSetOf in interface LongSetFactory

newImmutableSetOf

HashLongSet newImmutableSetOf(long e1,
                              long e2,
                              long e3,
                              long e4)
Specified by:
newImmutableSetOf in interface LongSetFactory

newImmutableSetOf

HashLongSet newImmutableSetOf(long e1,
                              long e2,
                              long e3,
                              long e4,
                              long e5,
                              long... restElements)
Specified by:
newImmutableSetOf in interface LongSetFactory