|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HashShortSetFactory
An immutable factory of HashShortSets.
HashShortSet,
HashShortSets.getDefaultFactory(),
@KolobokeSet| Method Summary | |
|---|---|
HashShortSet |
newImmutableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new immutable set of elements consumed by the callback within the given closure. |
HashShortSet |
newImmutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new immutable set of elements consumed by the callback within the given closure. |
HashShortSet |
newImmutableSet(Iterable<Short> elements)
Constructs a new immutable set containing the elements in the specified iterable. |
HashShortSet |
newImmutableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new immutable set containing the elements in the specified iterable. |
HashShortSet |
newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new immutable set which merge the elements of the specified iterables. |
HashShortSet |
newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables. |
HashShortSet |
newImmutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new immutable set which merge the elements of the specified iterables. |
HashShortSet |
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 |
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 |
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 |
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 |
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 |
newImmutableSet(Iterator<Short> elements)
Constructs a new immutable set containing the elements traversed by the specified iterator. |
HashShortSet |
newImmutableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new immutable set containing the elements traversed by the specified iterator. |
HashShortSet |
newImmutableSet(short[] elements)
Constructs a new immutable set of elements from the given array. |
HashShortSet |
newImmutableSet(Short[] elements)
Constructs a new immutable set of elements from the given array. |
HashShortSet |
newImmutableSet(short[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array. |
HashShortSet |
newImmutableSet(Short[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array. |
HashShortSet |
newImmutableSetOf(short e1)
Constructs a new immutable singleton set of the given element. |
HashShortSet |
newImmutableSetOf(short e1,
short e2)
Constructs a new immutable set of the two specified elements. |
HashShortSet |
newImmutableSetOf(short e1,
short e2,
short e3)
Constructs a new immutable set of the three specified elements. |
HashShortSet |
newImmutableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new immutable set of the four specified elements. |
HashShortSet |
newImmutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new immutable set of the specified elements. |
HashShortSet |
newMutableSet()
Constructs a new empty mutable set of the default expected size. |
HashShortSet |
newMutableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new mutable set of elements consumed by the callback within the given closure. |
HashShortSet |
newMutableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new mutable set of elements consumed by the callback within the given closure. |
HashShortSet |
newMutableSet(int expectedSize)
Constructs a new empty mutable set of the given expected size. |
HashShortSet |
newMutableSet(Iterable<Short> elements)
Constructs a new mutable set containing the elements in the specified iterable. |
HashShortSet |
newMutableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new mutable set containing the elements in the specified iterable. |
HashShortSet |
newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new mutable set which merge the elements of the specified iterables. |
HashShortSet |
newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables. |
HashShortSet |
newMutableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new mutable set which merge the elements of the specified iterables. |
HashShortSet |
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 |
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 |
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 |
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 |
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 |
newMutableSet(Iterator<Short> elements)
Constructs a new mutable set containing the elements traversed by the specified iterator. |
HashShortSet |
newMutableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new mutable set containing the elements traversed by the specified iterator. |
HashShortSet |
newMutableSet(short[] elements)
Constructs a new mutable set of elements from the given array. |
HashShortSet |
newMutableSet(Short[] elements)
Constructs a new mutable set of elements from the given array. |
HashShortSet |
newMutableSet(short[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array. |
HashShortSet |
newMutableSet(Short[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array. |
HashShortSet |
newMutableSetOf(short e1)
Constructs a new mutable singleton set of the given element. |
HashShortSet |
newMutableSetOf(short e1,
short e2)
Constructs a new mutable set of the two specified elements. |
HashShortSet |
newMutableSetOf(short e1,
short e2,
short e3)
Constructs a new mutable set of the three specified elements. |
HashShortSet |
newMutableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new mutable set of the four specified elements. |
HashShortSet |
newMutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new mutable set of the specified elements. |
HashShortSet |
newUpdatableSet()
Constructs a new empty updatable set of the default expected size. |
HashShortSet |
newUpdatableSet(Consumer<ShortConsumer> elementsSupplier)
Constructs a new updatable set of elements consumed by the callback within the given closure. |
HashShortSet |
newUpdatableSet(Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
Constructs a new updatable set of elements consumed by the callback within the given closure. |
HashShortSet |
newUpdatableSet(int expectedSize)
Constructs a new empty updatable set of the given expected size. |
HashShortSet |
newUpdatableSet(Iterable<Short> elements)
Constructs a new updatable set containing the elements in the specified iterable. |
HashShortSet |
newUpdatableSet(Iterable<Short> elements,
int expectedSize)
Constructs a new updatable set containing the elements in the specified iterable. |
HashShortSet |
newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2)
Constructs a new updatable set which merge the elements of the specified iterables. |
HashShortSet |
newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables. |
HashShortSet |
newUpdatableSet(Iterable<Short> elems1,
Iterable<Short> elems2,
Iterable<Short> elems3)
Constructs a new updatable set which merge the elements of the specified iterables. |
HashShortSet |
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 |
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 |
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 |
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 |
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 |
newUpdatableSet(Iterator<Short> elements)
Constructs a new updatable set containing the elements traversed by the specified iterator. |
HashShortSet |
newUpdatableSet(Iterator<Short> elements,
int expectedSize)
Constructs a new updatable set containing the elements traversed by the specified iterator. |
HashShortSet |
newUpdatableSet(short[] elements)
Constructs a new updatable set of elements from the given array. |
HashShortSet |
newUpdatableSet(Short[] elements)
Constructs a new updatable set of elements from the given array. |
HashShortSet |
newUpdatableSet(short[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array. |
HashShortSet |
newUpdatableSet(Short[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array. |
HashShortSet |
newUpdatableSetOf(short e1)
Constructs a new updatable singleton set of the given element. |
HashShortSet |
newUpdatableSetOf(short e1,
short e2)
Constructs a new updatable set of the two specified elements. |
HashShortSet |
newUpdatableSetOf(short e1,
short e2,
short e3)
Constructs a new updatable set of the three specified elements. |
HashShortSet |
newUpdatableSetOf(short e1,
short e2,
short e3,
short e4)
Constructs a new updatable set of the four specified elements. |
HashShortSet |
newUpdatableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
Constructs a new updatable set of the specified elements. |
| Methods inherited from interface com.koloboke.collect.hash.ShortHashFactory |
|---|
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement |
| Methods inherited from interface com.koloboke.collect.hash.HashContainerFactory |
|---|
getHashConfig, withHashConfig |
| Methods inherited from interface com.koloboke.collect.ContainerFactory |
|---|
getDefaultExpectedSize, withDefaultExpectedSize |
| Method Detail |
|---|
@Nonnull HashShortSet newMutableSet()
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>@Nonnull HashShortSet newMutableSet(int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>expectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elements,
int expectedSize)
ShortSetFactoryIf the specified iterable is a Set
the expectedSize argument is ignored.
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterator<Short> elements,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
ShortSetFactoryExample: TODO
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed inexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
short[] elements,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Short[] elements,
int expectedSize)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elements)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Iterator<Short> elements)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier)
ShortSetFactoryExample: TODO
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed in
@Nonnull
HashShortSet newMutableSet(@Nonnull
short[] elements)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull
HashShortSet newMutableSet(@Nonnull
Short[] elements)
ShortSetFactory
newMutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull HashShortSet newMutableSetOf(short e1)
ShortSetFactory
newMutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the sole element
@Nonnull
HashShortSet newMutableSetOf(short e1,
short e2)
ShortSetFactory
newMutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second element
@Nonnull
HashShortSet newMutableSetOf(short e1,
short e2,
short e3)
ShortSetFactory
newMutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third element
@Nonnull
HashShortSet newMutableSetOf(short e1,
short e2,
short e3,
short e4)
ShortSetFactory
newMutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth element
@Nonnull
HashShortSet newMutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
ShortSetFactory
newMutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth elemente5 - the fifth elementrestElements - the rest elements to be placed into the set
@Nonnull HashShortSet newUpdatableSet()
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>@Nonnull HashShortSet newUpdatableSet(int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>expectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elements,
int expectedSize)
ShortSetFactoryIf the specified iterable is a Set
the expectedSize argument is ignored.
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterator<Short> elements,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
ShortSetFactoryExample: TODO
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed inexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
short[] elements,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Short[] elements,
int expectedSize)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elements)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Iterator<Short> elements)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier)
ShortSetFactoryExample: TODO
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed in
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
short[] elements)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull
HashShortSet newUpdatableSet(@Nonnull
Short[] elements)
ShortSetFactory
newUpdatableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull HashShortSet newUpdatableSetOf(short e1)
ShortSetFactory
newUpdatableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the sole element
@Nonnull
HashShortSet newUpdatableSetOf(short e1,
short e2)
ShortSetFactory
newUpdatableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second element
@Nonnull
HashShortSet newUpdatableSetOf(short e1,
short e2,
short e3)
ShortSetFactory
newUpdatableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third element
@Nonnull
HashShortSet newUpdatableSetOf(short e1,
short e2,
short e3,
short e4)
ShortSetFactory
newUpdatableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth element
@Nonnull
HashShortSet newUpdatableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
ShortSetFactory
newUpdatableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth elemente5 - the fifth elementrestElements - the rest elements to be placed into the set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elements,
int expectedSize)
ShortSetFactoryIf the specified iterable is a Set
the expectedSize argument is ignored.
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterator<Short> elements,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier,
int expectedSize)
ShortSetFactoryExample: TODO
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed inexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
short[] elements,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Short[] elements,
int expectedSize)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned setexpectedSize - the expected size of the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elements)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterable whose elements are to be placed into the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterable<Short> elems1,
@Nonnull
Iterable<Short> elems2,
@Nonnull
Iterable<Short> elems3,
@Nonnull
Iterable<Short> elems4,
@Nonnull
Iterable<Short> elems5)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elems1 - the first source of elements for the returned setelems2 - the second source of elements for the returned setelems3 - the third source of elements for the returned setelems4 - the fourth source of elements for the returned setelems5 - the fifth source of elements for the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Iterator<Short> elements)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the iterator from which elements are to be placed into the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Consumer<ShortConsumer> elementsSupplier)
ShortSetFactoryExample: TODO
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elementsSupplier - the function which supply mappings for the returned set via
the callback passed in
@Nonnull
HashShortSet newImmutableSet(@Nonnull
short[] elements)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull
HashShortSet newImmutableSet(@Nonnull
Short[] elements)
ShortSetFactory
newImmutableSet in interface ShortSetFactory<HashShortSetFactory>elements - the array whose elements are to be placed into the returned set
@Nonnull HashShortSet newImmutableSetOf(short e1)
ShortSetFactory
newImmutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the sole element
@Nonnull
HashShortSet newImmutableSetOf(short e1,
short e2)
ShortSetFactory
newImmutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second element
@Nonnull
HashShortSet newImmutableSetOf(short e1,
short e2,
short e3)
ShortSetFactory
newImmutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third element
@Nonnull
HashShortSet newImmutableSetOf(short e1,
short e2,
short e3,
short e4)
ShortSetFactory
newImmutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth element
@Nonnull
HashShortSet newImmutableSetOf(short e1,
short e2,
short e3,
short e4,
short e5,
short... restElements)
ShortSetFactory
newImmutableSetOf in interface ShortSetFactory<HashShortSetFactory>e1 - the first elemente2 - the second elemente3 - the third elemente4 - the fourth elemente5 - the fifth elementrestElements - the rest elements to be placed into the set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||