Package | Description |
---|---|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
com.koloboke.collect.set.hash |
Contains interfaces of
Set specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Method and Description |
---|---|
HashLongSet |
HashLongByteMap.keySet() |
HashLongSet |
HashLongCharMap.keySet() |
HashLongSet |
HashLongDoubleMap.keySet() |
HashLongSet |
HashLongFloatMap.keySet() |
HashLongSet |
HashLongIntMap.keySet() |
HashLongSet |
HashLongLongMap.keySet() |
HashLongSet |
HashLongObjMap.keySet() |
HashLongSet |
HashLongShortMap.keySet() |
Modifier and Type | Method and Description |
---|---|
HashLongSet |
HashLongSetFactory.newImmutableSet(Consumer<LongConsumer> elementsSupplier) |
static HashLongSet |
HashLongSets.newImmutableSet(Consumer<LongConsumer> elementsSupplier)
Constructs a new immutable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize)
Constructs a new immutable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elements) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elements)
Constructs a new immutable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elements,
int expectedSize)
Constructs a new immutable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterator<Long> elements) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterator<Long> elements)
Constructs a new immutable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Iterator<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Iterator<Long> elements,
int expectedSize)
Constructs a new immutable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(long[] elements) |
static HashLongSet |
HashLongSets.newImmutableSet(long[] elements)
Constructs a new immutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Long[] elements) |
static HashLongSet |
HashLongSets.newImmutableSet(Long[] elements)
Constructs a new immutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(long[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newImmutableSet(Long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newImmutableSet(Long[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newImmutableSetOf(long e1) |
static HashLongSet |
HashLongSets.newImmutableSetOf(long e1)
Constructs a new immutable singleton set of the given element.
|
HashLongSet |
HashLongSetFactory.newImmutableSetOf(long e1,
long e2) |
static HashLongSet |
HashLongSets.newImmutableSetOf(long e1,
long e2)
Constructs a new immutable set of the two specified elements.
|
HashLongSet |
HashLongSetFactory.newImmutableSetOf(long e1,
long e2,
long e3) |
static HashLongSet |
HashLongSets.newImmutableSetOf(long e1,
long e2,
long e3)
Constructs a new immutable set of the three specified elements.
|
HashLongSet |
HashLongSetFactory.newImmutableSetOf(long e1,
long e2,
long e3,
long e4) |
static HashLongSet |
HashLongSets.newImmutableSetOf(long e1,
long e2,
long e3,
long e4)
Constructs a new immutable set of the four specified elements.
|
HashLongSet |
HashLongSetFactory.newImmutableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements) |
static HashLongSet |
HashLongSets.newImmutableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements)
Constructs a new immutable set of the specified elements.
|
HashLongSet |
HashLongSetFactory.newMutableSet() |
static HashLongSet |
HashLongSets.newMutableSet()
Constructs a new empty mutable set of the default expected size.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Consumer<LongConsumer> elementsSupplier) |
static HashLongSet |
HashLongSets.newMutableSet(Consumer<LongConsumer> elementsSupplier)
Constructs a new mutable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize)
Constructs a new mutable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newMutableSet(int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(int expectedSize)
Constructs a new empty mutable set of the given expected size.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elements) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elements)
Constructs a new mutable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elements,
int expectedSize)
Constructs a new mutable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterator<Long> elements) |
static HashLongSet |
HashLongSets.newMutableSet(Iterator<Long> elements)
Constructs a new mutable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Iterator<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Iterator<Long> elements,
int expectedSize)
Constructs a new mutable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newMutableSet(long[] elements) |
static HashLongSet |
HashLongSets.newMutableSet(long[] elements)
Constructs a new mutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Long[] elements) |
static HashLongSet |
HashLongSets.newMutableSet(Long[] elements)
Constructs a new mutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newMutableSet(long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(long[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newMutableSet(Long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newMutableSet(Long[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newMutableSetOf(long e1) |
static HashLongSet |
HashLongSets.newMutableSetOf(long e1)
Constructs a new mutable singleton set of the given element.
|
HashLongSet |
HashLongSetFactory.newMutableSetOf(long e1,
long e2) |
static HashLongSet |
HashLongSets.newMutableSetOf(long e1,
long e2)
Constructs a new mutable set of the two specified elements.
|
HashLongSet |
HashLongSetFactory.newMutableSetOf(long e1,
long e2,
long e3) |
static HashLongSet |
HashLongSets.newMutableSetOf(long e1,
long e2,
long e3)
Constructs a new mutable set of the three specified elements.
|
HashLongSet |
HashLongSetFactory.newMutableSetOf(long e1,
long e2,
long e3,
long e4) |
static HashLongSet |
HashLongSets.newMutableSetOf(long e1,
long e2,
long e3,
long e4)
Constructs a new mutable set of the four specified elements.
|
HashLongSet |
HashLongSetFactory.newMutableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements) |
static HashLongSet |
HashLongSets.newMutableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements)
Constructs a new mutable set of the specified elements.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet() |
static HashLongSet |
HashLongSets.newUpdatableSet()
Constructs a new empty updatable set of the default expected size.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Consumer<LongConsumer> elementsSupplier) |
static HashLongSet |
HashLongSets.newUpdatableSet(Consumer<LongConsumer> elementsSupplier)
Constructs a new updatable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Consumer<LongConsumer> elementsSupplier,
int expectedSize)
Constructs a new updatable set of elements consumed by the callback within the given closure.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(int expectedSize)
Constructs a new empty updatable set of the given expected size.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elements) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elements)
Constructs a new updatable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elements,
int expectedSize)
Constructs a new updatable set containing the elements in the specified iterable.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterable<Long> elems1,
Iterable<Long> elems2,
Iterable<Long> elems3,
Iterable<Long> elems4,
Iterable<Long> elems5,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterator<Long> elements) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterator<Long> elements)
Constructs a new updatable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Iterator<Long> elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Iterator<Long> elements,
int expectedSize)
Constructs a new updatable set containing the elements traversed by the specified iterator.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(long[] elements) |
static HashLongSet |
HashLongSets.newUpdatableSet(long[] elements)
Constructs a new updatable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Long[] elements) |
static HashLongSet |
HashLongSets.newUpdatableSet(Long[] elements)
Constructs a new updatable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(long[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newUpdatableSet(Long[] elements,
int expectedSize) |
static HashLongSet |
HashLongSets.newUpdatableSet(Long[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array.
|
HashLongSet |
HashLongSetFactory.newUpdatableSetOf(long e1) |
static HashLongSet |
HashLongSets.newUpdatableSetOf(long e1)
Constructs a new updatable singleton set of the given element.
|
HashLongSet |
HashLongSetFactory.newUpdatableSetOf(long e1,
long e2) |
static HashLongSet |
HashLongSets.newUpdatableSetOf(long e1,
long e2)
Constructs a new updatable set of the two specified elements.
|
HashLongSet |
HashLongSetFactory.newUpdatableSetOf(long e1,
long e2,
long e3) |
static HashLongSet |
HashLongSets.newUpdatableSetOf(long e1,
long e2,
long e3)
Constructs a new updatable set of the three specified elements.
|
HashLongSet |
HashLongSetFactory.newUpdatableSetOf(long e1,
long e2,
long e3,
long e4) |
static HashLongSet |
HashLongSets.newUpdatableSetOf(long e1,
long e2,
long e3,
long e4)
Constructs a new updatable set of the four specified elements.
|
HashLongSet |
HashLongSetFactory.newUpdatableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements) |
static HashLongSet |
HashLongSets.newUpdatableSetOf(long e1,
long e2,
long e3,
long e4,
long e5,
long... restElements)
Constructs a new updatable set of the specified elements.
|