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 |
---|---|
HashShortSet |
HashShortByteMap.keySet() |
HashShortSet |
HashShortCharMap.keySet() |
HashShortSet |
HashShortDoubleMap.keySet() |
HashShortSet |
HashShortFloatMap.keySet() |
HashShortSet |
HashShortIntMap.keySet() |
HashShortSet |
HashShortLongMap.keySet() |
HashShortSet |
HashShortObjMap.keySet() |
HashShortSet |
HashShortShortMap.keySet() |
Modifier and Type | Method and Description |
---|---|
HashShortSet |
HashShortSetFactory.newImmutableSet(Consumer<ShortConsumer> elementsSupplier) |
static HashShortSet |
HashShortSets.newImmutableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new immutable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new immutable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elements) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elements)
Constructs a new immutable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new immutable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterator<Short> elements) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterator<Short> elements)
Constructs a new immutable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Iterator<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new immutable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(short[] elements) |
static HashShortSet |
HashShortSets.newImmutableSet(short[] elements)
Constructs a new immutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Short[] elements) |
static HashShortSet |
HashShortSets.newImmutableSet(Short[] elements)
Constructs a new immutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(short[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newImmutableSet(Short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newImmutableSet(Short[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newImmutableSetOf(short e1) |
static HashShortSet |
HashShortSets.newImmutableSetOf(short e1)
Constructs a new immutable singleton set of the given element.
|
HashShortSet |
HashShortSetFactory.newImmutableSetOf(short e1,
short e2) |
static HashShortSet |
HashShortSets.newImmutableSetOf(short e1,
short e2)
Constructs a new immutable set of the two specified elements.
|
HashShortSet |
HashShortSetFactory.newImmutableSetOf(short e1,
short e2,
short e3) |
static HashShortSet |
HashShortSets.newImmutableSetOf(short e1,
short e2,
short e3)
Constructs a new immutable set of the three specified elements.
|
HashShortSet |
HashShortSetFactory.newImmutableSetOf(short e1,
short e2,
short e3,
short e4) |
static HashShortSet |
HashShortSets.newImmutableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new immutable set of the four specified elements.
|
HashShortSet |
HashShortSetFactory.newImmutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements) |
static HashShortSet |
HashShortSets.newImmutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new immutable set of the specified elements.
|
HashShortSet |
HashShortSetFactory.newMutableSet() |
static HashShortSet |
HashShortSets.newMutableSet()
Constructs a new empty mutable set of the default expected size.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Consumer<ShortConsumer> elementsSupplier) |
static HashShortSet |
HashShortSets.newMutableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new mutable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new mutable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newMutableSet(int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(int expectedSize)
Constructs a new empty mutable set of the given expected size.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elements) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elements)
Constructs a new mutable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new mutable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterator<Short> elements) |
static HashShortSet |
HashShortSets.newMutableSet(Iterator<Short> elements)
Constructs a new mutable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Iterator<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new mutable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newMutableSet(short[] elements) |
static HashShortSet |
HashShortSets.newMutableSet(short[] elements)
Constructs a new mutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Short[] elements) |
static HashShortSet |
HashShortSets.newMutableSet(Short[] elements)
Constructs a new mutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newMutableSet(short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(short[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newMutableSet(Short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newMutableSet(Short[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newMutableSetOf(short e1) |
static HashShortSet |
HashShortSets.newMutableSetOf(short e1)
Constructs a new mutable singleton set of the given element.
|
HashShortSet |
HashShortSetFactory.newMutableSetOf(short e1,
short e2) |
static HashShortSet |
HashShortSets.newMutableSetOf(short e1,
short e2)
Constructs a new mutable set of the two specified elements.
|
HashShortSet |
HashShortSetFactory.newMutableSetOf(short e1,
short e2,
short e3) |
static HashShortSet |
HashShortSets.newMutableSetOf(short e1,
short e2,
short e3)
Constructs a new mutable set of the three specified elements.
|
HashShortSet |
HashShortSetFactory.newMutableSetOf(short e1,
short e2,
short e3,
short e4) |
static HashShortSet |
HashShortSets.newMutableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new mutable set of the four specified elements.
|
HashShortSet |
HashShortSetFactory.newMutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements) |
static HashShortSet |
HashShortSets.newMutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new mutable set of the specified elements.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet() |
static HashShortSet |
HashShortSets.newUpdatableSet()
Constructs a new empty updatable set of the default expected size.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Consumer<ShortConsumer> elementsSupplier) |
static HashShortSet |
HashShortSets.newUpdatableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new updatable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new updatable set of elements consumed by the callback within the given closure.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(int expectedSize)
Constructs a new empty updatable set of the given expected size.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elements) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elements)
Constructs a new updatable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new updatable set containing the elements in the specified iterable.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3,
Iterable<Short> elems4,
Iterable<Short> elems5,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterator<Short> elements) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterator<Short> elements)
Constructs a new updatable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Iterator<Short> elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new updatable set containing the elements traversed by the specified iterator.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(short[] elements) |
static HashShortSet |
HashShortSets.newUpdatableSet(short[] elements)
Constructs a new updatable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Short[] elements) |
static HashShortSet |
HashShortSets.newUpdatableSet(Short[] elements)
Constructs a new updatable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(short[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newUpdatableSet(Short[] elements,
int expectedSize) |
static HashShortSet |
HashShortSets.newUpdatableSet(Short[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array.
|
HashShortSet |
HashShortSetFactory.newUpdatableSetOf(short e1) |
static HashShortSet |
HashShortSets.newUpdatableSetOf(short e1)
Constructs a new updatable singleton set of the given element.
|
HashShortSet |
HashShortSetFactory.newUpdatableSetOf(short e1,
short e2) |
static HashShortSet |
HashShortSets.newUpdatableSetOf(short e1,
short e2)
Constructs a new updatable set of the two specified elements.
|
HashShortSet |
HashShortSetFactory.newUpdatableSetOf(short e1,
short e2,
short e3) |
static HashShortSet |
HashShortSets.newUpdatableSetOf(short e1,
short e2,
short e3)
Constructs a new updatable set of the three specified elements.
|
HashShortSet |
HashShortSetFactory.newUpdatableSetOf(short e1,
short e2,
short e3,
short e4) |
static HashShortSet |
HashShortSets.newUpdatableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new updatable set of the four specified elements.
|
HashShortSet |
HashShortSetFactory.newUpdatableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements) |
static HashShortSet |
HashShortSets.newUpdatableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new updatable set of the specified elements.
|