|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
F
- the concrete factory type which extends this interfacepublic interface FloatSetFactory<F extends FloatSetFactory<F>>
An immutable factory of FloatSet
s.
FloatSet
,
@KolobokeSet
Method Summary | |
---|---|
FloatSet |
newImmutableSet(Consumer<FloatConsumer> elementsSupplier)
Constructs a new immutable set of elements consumed by the callback within the given closure. |
FloatSet |
newImmutableSet(Consumer<FloatConsumer> elementsSupplier,
int expectedSize)
Constructs a new immutable set of elements consumed by the callback within the given closure. |
FloatSet |
newImmutableSet(float[] elements)
Constructs a new immutable set of elements from the given array. |
FloatSet |
newImmutableSet(Float[] elements)
Constructs a new immutable set of elements from the given array. |
FloatSet |
newImmutableSet(float[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array. |
FloatSet |
newImmutableSet(Float[] elements,
int expectedSize)
Constructs a new immutable set of elements from the given array. |
FloatSet |
newImmutableSet(Iterable<Float> elements)
Constructs a new immutable set containing the elements in the specified iterable. |
FloatSet |
newImmutableSet(Iterable<Float> elements,
int expectedSize)
Constructs a new immutable set containing the elements in the specified iterable. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5,
int expectedSize)
Constructs a new immutable set which merge the elements of the specified iterables. |
FloatSet |
newImmutableSet(Iterator<Float> elements)
Constructs a new immutable set containing the elements traversed by the specified iterator. |
FloatSet |
newImmutableSet(Iterator<Float> elements,
int expectedSize)
Constructs a new immutable set containing the elements traversed by the specified iterator. |
FloatSet |
newImmutableSetOf(float e1)
Constructs a new immutable singleton set of the given element. |
FloatSet |
newImmutableSetOf(float e1,
float e2)
Constructs a new immutable set of the two specified elements. |
FloatSet |
newImmutableSetOf(float e1,
float e2,
float e3)
Constructs a new immutable set of the three specified elements. |
FloatSet |
newImmutableSetOf(float e1,
float e2,
float e3,
float e4)
Constructs a new immutable set of the four specified elements. |
FloatSet |
newImmutableSetOf(float e1,
float e2,
float e3,
float e4,
float e5,
float... restElements)
Constructs a new immutable set of the specified elements. |
FloatSet |
newMutableSet()
Constructs a new empty mutable set of the default expected size. |
FloatSet |
newMutableSet(Consumer<FloatConsumer> elementsSupplier)
Constructs a new mutable set of elements consumed by the callback within the given closure. |
FloatSet |
newMutableSet(Consumer<FloatConsumer> elementsSupplier,
int expectedSize)
Constructs a new mutable set of elements consumed by the callback within the given closure. |
FloatSet |
newMutableSet(float[] elements)
Constructs a new mutable set of elements from the given array. |
FloatSet |
newMutableSet(Float[] elements)
Constructs a new mutable set of elements from the given array. |
FloatSet |
newMutableSet(float[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array. |
FloatSet |
newMutableSet(Float[] elements,
int expectedSize)
Constructs a new mutable set of elements from the given array. |
FloatSet |
newMutableSet(int expectedSize)
Constructs a new empty mutable set of the given expected size. |
FloatSet |
newMutableSet(Iterable<Float> elements)
Constructs a new mutable set containing the elements in the specified iterable. |
FloatSet |
newMutableSet(Iterable<Float> elements,
int expectedSize)
Constructs a new mutable set containing the elements in the specified iterable. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5,
int expectedSize)
Constructs a new mutable set which merge the elements of the specified iterables. |
FloatSet |
newMutableSet(Iterator<Float> elements)
Constructs a new mutable set containing the elements traversed by the specified iterator. |
FloatSet |
newMutableSet(Iterator<Float> elements,
int expectedSize)
Constructs a new mutable set containing the elements traversed by the specified iterator. |
FloatSet |
newMutableSetOf(float e1)
Constructs a new mutable singleton set of the given element. |
FloatSet |
newMutableSetOf(float e1,
float e2)
Constructs a new mutable set of the two specified elements. |
FloatSet |
newMutableSetOf(float e1,
float e2,
float e3)
Constructs a new mutable set of the three specified elements. |
FloatSet |
newMutableSetOf(float e1,
float e2,
float e3,
float e4)
Constructs a new mutable set of the four specified elements. |
FloatSet |
newMutableSetOf(float e1,
float e2,
float e3,
float e4,
float e5,
float... restElements)
Constructs a new mutable set of the specified elements. |
FloatSet |
newUpdatableSet()
Constructs a new empty updatable set of the default expected size. |
FloatSet |
newUpdatableSet(Consumer<FloatConsumer> elementsSupplier)
Constructs a new updatable set of elements consumed by the callback within the given closure. |
FloatSet |
newUpdatableSet(Consumer<FloatConsumer> elementsSupplier,
int expectedSize)
Constructs a new updatable set of elements consumed by the callback within the given closure. |
FloatSet |
newUpdatableSet(float[] elements)
Constructs a new updatable set of elements from the given array. |
FloatSet |
newUpdatableSet(Float[] elements)
Constructs a new updatable set of elements from the given array. |
FloatSet |
newUpdatableSet(float[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array. |
FloatSet |
newUpdatableSet(Float[] elements,
int expectedSize)
Constructs a new updatable set of elements from the given array. |
FloatSet |
newUpdatableSet(int expectedSize)
Constructs a new empty updatable set of the given expected size. |
FloatSet |
newUpdatableSet(Iterable<Float> elements)
Constructs a new updatable set containing the elements in the specified iterable. |
FloatSet |
newUpdatableSet(Iterable<Float> elements,
int expectedSize)
Constructs a new updatable set containing the elements in the specified iterable. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterable<Float> elems1,
Iterable<Float> elems2,
Iterable<Float> elems3,
Iterable<Float> elems4,
Iterable<Float> elems5,
int expectedSize)
Constructs a new updatable set which merge the elements of the specified iterables. |
FloatSet |
newUpdatableSet(Iterator<Float> elements)
Constructs a new updatable set containing the elements traversed by the specified iterator. |
FloatSet |
newUpdatableSet(Iterator<Float> elements,
int expectedSize)
Constructs a new updatable set containing the elements traversed by the specified iterator. |
FloatSet |
newUpdatableSetOf(float e1)
Constructs a new updatable singleton set of the given element. |
FloatSet |
newUpdatableSetOf(float e1,
float e2)
Constructs a new updatable set of the two specified elements. |
FloatSet |
newUpdatableSetOf(float e1,
float e2,
float e3)
Constructs a new updatable set of the three specified elements. |
FloatSet |
newUpdatableSetOf(float e1,
float e2,
float e3,
float e4)
Constructs a new updatable set of the four specified elements. |
FloatSet |
newUpdatableSetOf(float e1,
float e2,
float e3,
float e4,
float e5,
float... restElements)
Constructs a new updatable set of the specified elements. |
Methods inherited from interface com.koloboke.collect.ContainerFactory |
---|
getDefaultExpectedSize, withDefaultExpectedSize |
Method Detail |
---|
@Nonnull FloatSet newMutableSet()
@Nonnull FloatSet newMutableSet(int expectedSize)
expectedSize
- the expected size of the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Iterable<Float> elements, int expectedSize)
If the specified iterable is a Set
the expectedSize
argument is ignored.
elements
- the iterable whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, int expectedSize)
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 FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, int expectedSize)
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 FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, int expectedSize)
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
FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5, int expectedSize)
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 FloatSet newMutableSet(@Nonnull Iterator<Float> elements, int expectedSize)
elements
- the iterator from which elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier, int expectedSize)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed inexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newMutableSet(@Nonnull float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newMutableSet(@Nonnull Iterable<Float> elements)
elements
- the iterable whose elements are to be placed into the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2)
elems1
- the first source of elements for the returned setelems2
- the second source of elements for the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3)
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 FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4)
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
FloatSet newMutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5)
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 FloatSet newMutableSet(@Nonnull Iterator<Float> elements)
elements
- the iterator from which elements are to be placed into the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed in
@Nonnull FloatSet newMutableSet(@Nonnull float[] elements)
elements
- the array whose elements are to be placed into the returned set
@Nonnull FloatSet newMutableSet(@Nonnull Float[] elements)
elements
- the array whose elements are to be placed into the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newMutableSetOf(float e1)
e1
- the sole element
@Nonnull FloatSet newMutableSetOf(float e1, float e2)
e1
- the first elemente2
- the second element
@Nonnull FloatSet newMutableSetOf(float e1, float e2, float e3)
e1
- the first elemente2
- the second elemente3
- the third element
@Nonnull FloatSet newMutableSetOf(float e1, float e2, float e3, float e4)
e1
- the first elemente2
- the second elemente3
- the third elemente4
- the fourth element
@Nonnull FloatSet newMutableSetOf(float e1, float e2, float e3, float e4, float e5, float... restElements)
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 FloatSet newUpdatableSet()
@Nonnull FloatSet newUpdatableSet(int expectedSize)
expectedSize
- the expected size of the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Iterable<Float> elements, int expectedSize)
If the specified iterable is a Set
the expectedSize
argument is ignored.
elements
- the iterable whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, int expectedSize)
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 FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, int expectedSize)
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 FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, int expectedSize)
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
FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5, int expectedSize)
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 FloatSet newUpdatableSet(@Nonnull Iterator<Float> elements, int expectedSize)
elements
- the iterator from which elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier, int expectedSize)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed inexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newUpdatableSet(@Nonnull Iterable<Float> elements)
elements
- the iterable whose elements are to be placed into the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2)
elems1
- the first source of elements for the returned setelems2
- the second source of elements for the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3)
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 FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4)
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
FloatSet newUpdatableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5)
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 FloatSet newUpdatableSet(@Nonnull Iterator<Float> elements)
elements
- the iterator from which elements are to be placed into the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed in
@Nonnull FloatSet newUpdatableSet(@Nonnull float[] elements)
elements
- the array whose elements are to be placed into the returned set
@Nonnull FloatSet newUpdatableSet(@Nonnull Float[] elements)
elements
- the array whose elements are to be placed into the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newUpdatableSetOf(float e1)
e1
- the sole element
@Nonnull FloatSet newUpdatableSetOf(float e1, float e2)
e1
- the first elemente2
- the second element
@Nonnull FloatSet newUpdatableSetOf(float e1, float e2, float e3)
e1
- the first elemente2
- the second elemente3
- the third element
@Nonnull FloatSet newUpdatableSetOf(float e1, float e2, float e3, float e4)
e1
- the first elemente2
- the second elemente3
- the third elemente4
- the fourth element
@Nonnull FloatSet newUpdatableSetOf(float e1, float e2, float e3, float e4, float e5, float... restElements)
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 FloatSet newImmutableSet(@Nonnull Iterable<Float> elements, int expectedSize)
If the specified iterable is a Set
the expectedSize
argument is ignored.
elements
- the iterable whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, int expectedSize)
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 FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, int expectedSize)
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 FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, int expectedSize)
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
FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5, int expectedSize)
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 FloatSet newImmutableSet(@Nonnull Iterator<Float> elements, int expectedSize)
elements
- the iterator from which elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier, int expectedSize)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed inexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Float[] elements, int expectedSize)
elements
- the array whose elements are to be placed into the returned setexpectedSize
- the expected size of the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newImmutableSet(@Nonnull Iterable<Float> elements)
elements
- the iterable whose elements are to be placed into the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2)
elems1
- the first source of elements for the returned setelems2
- the second source of elements for the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3)
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 FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4)
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
FloatSet newImmutableSet(@Nonnull Iterable<Float> elems1, @Nonnull Iterable<Float> elems2, @Nonnull Iterable<Float> elems3, @Nonnull Iterable<Float> elems4, @Nonnull Iterable<Float> elems5)
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 FloatSet newImmutableSet(@Nonnull Iterator<Float> elements)
elements
- the iterator from which elements are to be placed into the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Consumer<FloatConsumer> elementsSupplier)
Example: TODO
elementsSupplier
- the function which supply mappings for the returned set via
the callback passed in
@Nonnull FloatSet newImmutableSet(@Nonnull float[] elements)
elements
- the array whose elements are to be placed into the returned set
@Nonnull FloatSet newImmutableSet(@Nonnull Float[] elements)
elements
- the array whose elements are to be placed into the returned set
NullPointerException
- if elements
array contain null
elements@Nonnull FloatSet newImmutableSetOf(float e1)
e1
- the sole element
@Nonnull FloatSet newImmutableSetOf(float e1, float e2)
e1
- the first elemente2
- the second element
@Nonnull FloatSet newImmutableSetOf(float e1, float e2, float e3)
e1
- the first elemente2
- the second elemente3
- the third element
@Nonnull FloatSet newImmutableSetOf(float e1, float e2, float e3, float e4)
e1
- the first elemente2
- the second elemente3
- the third elemente4
- the fourth element
@Nonnull FloatSet newImmutableSetOf(float e1, float e2, float e3, float e4, float e5, float... restElements)
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 |