com.koloboke.collect.set.hash
Interface HashFloatSetFactory

All Superinterfaces:
ContainerFactory<HashFloatSetFactory>, FloatSetFactory<HashFloatSetFactory>, HashContainerFactory<HashFloatSetFactory>

public interface HashFloatSetFactory
extends FloatSetFactory<HashFloatSetFactory>, HashContainerFactory<HashFloatSetFactory>

An immutable factory of HashFloatSets.

See Also:
HashFloatSet, HashFloatSets.getDefaultFactory(), @KolobokeSet

Method Summary
 HashFloatSet newImmutableSet(Consumer<FloatConsumer> elementsSupplier)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashFloatSet newImmutableSet(Consumer<FloatConsumer> elementsSupplier, int expectedSize)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashFloatSet newImmutableSet(float[] elements)
          Constructs a new immutable set of elements from the given array.
 HashFloatSet newImmutableSet(Float[] elements)
          Constructs a new immutable set of elements from the given array.
 HashFloatSet newImmutableSet(float[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashFloatSet newImmutableSet(Float[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashFloatSet newImmutableSet(Iterable<Float> elements)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashFloatSet newImmutableSet(Iterable<Float> elements, int expectedSize)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashFloatSet newImmutableSet(Iterable<Float> elems1, Iterable<Float> elems2)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashFloatSet newImmutableSet(Iterable<Float> elems1, Iterable<Float> elems2, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashFloatSet newImmutableSet(Iterable<Float> elems1, Iterable<Float> elems2, Iterable<Float> elems3)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet newImmutableSet(Iterator<Float> elements)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashFloatSet newImmutableSet(Iterator<Float> elements, int expectedSize)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashFloatSet newImmutableSetOf(float e1)
          Constructs a new immutable singleton set of the given element.
 HashFloatSet newImmutableSetOf(float e1, float e2)
          Constructs a new immutable set of the two specified elements.
 HashFloatSet newImmutableSetOf(float e1, float e2, float e3)
          Constructs a new immutable set of the three specified elements.
 HashFloatSet newImmutableSetOf(float e1, float e2, float e3, float e4)
          Constructs a new immutable set of the four specified elements.
 HashFloatSet newImmutableSetOf(float e1, float e2, float e3, float e4, float e5, float... restElements)
          Constructs a new immutable set of the specified elements.
 HashFloatSet newMutableSet()
          Constructs a new empty mutable set of the default expected size.
 HashFloatSet newMutableSet(Consumer<FloatConsumer> elementsSupplier)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashFloatSet newMutableSet(Consumer<FloatConsumer> elementsSupplier, int expectedSize)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashFloatSet newMutableSet(float[] elements)
          Constructs a new mutable set of elements from the given array.
 HashFloatSet newMutableSet(Float[] elements)
          Constructs a new mutable set of elements from the given array.
 HashFloatSet newMutableSet(float[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashFloatSet newMutableSet(Float[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashFloatSet newMutableSet(int expectedSize)
          Constructs a new empty mutable set of the given expected size.
 HashFloatSet newMutableSet(Iterable<Float> elements)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashFloatSet newMutableSet(Iterable<Float> elements, int expectedSize)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashFloatSet newMutableSet(Iterable<Float> elems1, Iterable<Float> elems2)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashFloatSet newMutableSet(Iterable<Float> elems1, Iterable<Float> elems2, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashFloatSet newMutableSet(Iterable<Float> elems1, Iterable<Float> elems2, Iterable<Float> elems3)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet newMutableSet(Iterator<Float> elements)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashFloatSet newMutableSet(Iterator<Float> elements, int expectedSize)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashFloatSet newMutableSetOf(float e1)
          Constructs a new mutable singleton set of the given element.
 HashFloatSet newMutableSetOf(float e1, float e2)
          Constructs a new mutable set of the two specified elements.
 HashFloatSet newMutableSetOf(float e1, float e2, float e3)
          Constructs a new mutable set of the three specified elements.
 HashFloatSet newMutableSetOf(float e1, float e2, float e3, float e4)
          Constructs a new mutable set of the four specified elements.
 HashFloatSet newMutableSetOf(float e1, float e2, float e3, float e4, float e5, float... restElements)
          Constructs a new mutable set of the specified elements.
 HashFloatSet newUpdatableSet()
          Constructs a new empty updatable set of the default expected size.
 HashFloatSet newUpdatableSet(Consumer<FloatConsumer> elementsSupplier)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashFloatSet newUpdatableSet(Consumer<FloatConsumer> elementsSupplier, int expectedSize)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashFloatSet newUpdatableSet(float[] elements)
          Constructs a new updatable set of elements from the given array.
 HashFloatSet newUpdatableSet(Float[] elements)
          Constructs a new updatable set of elements from the given array.
 HashFloatSet newUpdatableSet(float[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashFloatSet newUpdatableSet(Float[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashFloatSet newUpdatableSet(int expectedSize)
          Constructs a new empty updatable set of the given expected size.
 HashFloatSet newUpdatableSet(Iterable<Float> elements)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashFloatSet newUpdatableSet(Iterable<Float> elements, int expectedSize)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashFloatSet newUpdatableSet(Iterable<Float> elems1, Iterable<Float> elems2)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashFloatSet newUpdatableSet(Iterable<Float> elems1, Iterable<Float> elems2, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashFloatSet newUpdatableSet(Iterable<Float> elems1, Iterable<Float> elems2, Iterable<Float> elems3)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet 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.
 HashFloatSet newUpdatableSet(Iterator<Float> elements)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashFloatSet newUpdatableSet(Iterator<Float> elements, int expectedSize)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashFloatSet newUpdatableSetOf(float e1)
          Constructs a new updatable singleton set of the given element.
 HashFloatSet newUpdatableSetOf(float e1, float e2)
          Constructs a new updatable set of the two specified elements.
 HashFloatSet newUpdatableSetOf(float e1, float e2, float e3)
          Constructs a new updatable set of the three specified elements.
 HashFloatSet newUpdatableSetOf(float e1, float e2, float e3, float e4)
          Constructs a new updatable set of the four specified elements.
 HashFloatSet 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.hash.HashContainerFactory
getHashConfig, withHashConfig
 
Methods inherited from interface com.koloboke.collect.ContainerFactory
getDefaultExpectedSize, withDefaultExpectedSize
 

Method Detail

newMutableSet

@Nonnull
HashFloatSet newMutableSet()
Description copied from interface: FloatSetFactory
Constructs a new empty mutable set of the default expected size.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Returns:
a new empty mutable set

newMutableSet

@Nonnull
HashFloatSet newMutableSet(int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new empty mutable set of the given expected size.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
expectedSize - the expected size of the returned set
Returns:
a new empty mutable set of the given expected size

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elements,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set containing the elements in the specified iterable.

If the specified iterable is a Set the expectedSize argument is ignored.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set of the elements of the specified iterable

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3,
                                   @Nonnull
                                   Iterable<Float> elems4,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3,
                                   @Nonnull
                                   Iterable<Float> elems4,
                                   @Nonnull
                                   Iterable<Float> elems5,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterator<Float> elements,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set containing the elements traversed by the specified iterator

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Consumer<FloatConsumer> elementsSupplier,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
expectedSize - the expected size of the returned set
Returns:
a new mutable set of elements consumed by the callback within the given closure

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   float[] elements,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements from the given array.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set of elements from the given array

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Float[] elements,
                                   int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements from the given array.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new mutable set of elements from the given array

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new mutable set containing the elements in the specified iterable.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
Returns:
a new mutable set of the elements of the specified iterable

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3,
                                   @Nonnull
                                   Iterable<Float> elems4)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterable<Float> elems1,
                                   @Nonnull
                                   Iterable<Float> elems2,
                                   @Nonnull
                                   Iterable<Float> elems3,
                                   @Nonnull
                                   Iterable<Float> elems4,
                                   @Nonnull
                                   Iterable<Float> elems5)
Description copied from interface: FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
Returns:
a new mutable set which merge the elements of the specified iterables

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Iterator<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
Returns:
a new mutable set containing the elements traversed by the specified iterator

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Consumer<FloatConsumer> elementsSupplier)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
Returns:
a new mutable set of elements consumed by the callback within the given closure

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements from the given array.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new mutable set of elements from the given array

newMutableSet

@Nonnull
HashFloatSet newMutableSet(@Nonnull
                                   Float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of elements from the given array.

Specified by:
newMutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new mutable set of elements from the given array

newMutableSetOf

@Nonnull
HashFloatSet newMutableSetOf(float e1)
Description copied from interface: FloatSetFactory
Constructs a new mutable singleton set of the given element.

Specified by:
newMutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the sole element
Returns:
a new mutable singleton set of the given element

newMutableSetOf

@Nonnull
HashFloatSet newMutableSetOf(float e1,
                                     float e2)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of the two specified elements.

Specified by:
newMutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
Returns:
a new mutable set of the two specified elements

newMutableSetOf

@Nonnull
HashFloatSet newMutableSetOf(float e1,
                                     float e2,
                                     float e3)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of the three specified elements.

Specified by:
newMutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
Returns:
a new mutable set of the three specified elements

newMutableSetOf

@Nonnull
HashFloatSet newMutableSetOf(float e1,
                                     float e2,
                                     float e3,
                                     float e4)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of the four specified elements.

Specified by:
newMutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
Returns:
a new mutable set of the four specified elements

newMutableSetOf

@Nonnull
HashFloatSet newMutableSetOf(float e1,
                                     float e2,
                                     float e3,
                                     float e4,
                                     float e5,
                                     float... restElements)
Description copied from interface: FloatSetFactory
Constructs a new mutable set of the specified elements.

Specified by:
newMutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
e5 - the fifth element
restElements - the rest elements to be placed into the set
Returns:
a new mutable set of the specified elements

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet()
Description copied from interface: FloatSetFactory
Constructs a new empty updatable set of the default expected size.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Returns:
a new empty updatable set

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new empty updatable set of the given expected size.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
expectedSize - the expected size of the returned set
Returns:
a new empty updatable set of the given expected size

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set containing the elements in the specified iterable.

If the specified iterable is a Set the expectedSize argument is ignored.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set of the elements of the specified iterable

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     @Nonnull
                                     Iterable<Float> elems5,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterator<Float> elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set containing the elements traversed by the specified iterator

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Consumer<FloatConsumer> elementsSupplier,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
expectedSize - the expected size of the returned set
Returns:
a new updatable set of elements consumed by the callback within the given closure

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     float[] elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements from the given array.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set of elements from the given array

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Float[] elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements from the given array.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new updatable set of elements from the given array

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new updatable set containing the elements in the specified iterable.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
Returns:
a new updatable set of the elements of the specified iterable

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     @Nonnull
                                     Iterable<Float> elems5)
Description copied from interface: FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
Returns:
a new updatable set which merge the elements of the specified iterables

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Iterator<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
Returns:
a new updatable set containing the elements traversed by the specified iterator

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Consumer<FloatConsumer> elementsSupplier)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
Returns:
a new updatable set of elements consumed by the callback within the given closure

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements from the given array.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new updatable set of elements from the given array

newUpdatableSet

@Nonnull
HashFloatSet newUpdatableSet(@Nonnull
                                     Float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of elements from the given array.

Specified by:
newUpdatableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new updatable set of elements from the given array

newUpdatableSetOf

@Nonnull
HashFloatSet newUpdatableSetOf(float e1)
Description copied from interface: FloatSetFactory
Constructs a new updatable singleton set of the given element.

Specified by:
newUpdatableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the sole element
Returns:
a new updatable singleton set of the given element

newUpdatableSetOf

@Nonnull
HashFloatSet newUpdatableSetOf(float e1,
                                       float e2)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of the two specified elements.

Specified by:
newUpdatableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
Returns:
a new updatable set of the two specified elements

newUpdatableSetOf

@Nonnull
HashFloatSet newUpdatableSetOf(float e1,
                                       float e2,
                                       float e3)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of the three specified elements.

Specified by:
newUpdatableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
Returns:
a new updatable set of the three specified elements

newUpdatableSetOf

@Nonnull
HashFloatSet newUpdatableSetOf(float e1,
                                       float e2,
                                       float e3,
                                       float e4)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of the four specified elements.

Specified by:
newUpdatableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
Returns:
a new updatable set of the four specified elements

newUpdatableSetOf

@Nonnull
HashFloatSet newUpdatableSetOf(float e1,
                                       float e2,
                                       float e3,
                                       float e4,
                                       float e5,
                                       float... restElements)
Description copied from interface: FloatSetFactory
Constructs a new updatable set of the specified elements.

Specified by:
newUpdatableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
e5 - the fifth element
restElements - the rest elements to be placed into the set
Returns:
a new updatable set of the specified elements

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set containing the elements in the specified iterable.

If the specified iterable is a Set the expectedSize argument is ignored.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set of the elements of the specified iterable

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     @Nonnull
                                     Iterable<Float> elems5,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterator<Float> elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set containing the elements traversed by the specified iterator

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Consumer<FloatConsumer> elementsSupplier,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
expectedSize - the expected size of the returned set
Returns:
a new immutable set of elements consumed by the callback within the given closure

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     float[] elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements from the given array.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set of elements from the given array

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Float[] elements,
                                     int expectedSize)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements from the given array.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
expectedSize - the expected size of the returned set
Returns:
a new immutable set of elements from the given array

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new immutable set containing the elements in the specified iterable.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterable whose elements are to be placed into the returned set
Returns:
a new immutable set of the elements of the specified iterable

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterable<Float> elems1,
                                     @Nonnull
                                     Iterable<Float> elems2,
                                     @Nonnull
                                     Iterable<Float> elems3,
                                     @Nonnull
                                     Iterable<Float> elems4,
                                     @Nonnull
                                     Iterable<Float> elems5)
Description copied from interface: FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elems1 - the first source of elements for the returned set
elems2 - the second source of elements for the returned set
elems3 - the third source of elements for the returned set
elems4 - the fourth source of elements for the returned set
elems5 - the fifth source of elements for the returned set
Returns:
a new immutable set which merge the elements of the specified iterables

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Iterator<Float> elements)
Description copied from interface: FloatSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the iterator from which elements are to be placed into the returned set
Returns:
a new immutable set containing the elements traversed by the specified iterator

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Consumer<FloatConsumer> elementsSupplier)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.

Example: TODO

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elementsSupplier - the function which supply mappings for the returned set via the callback passed in
Returns:
a new immutable set of elements consumed by the callback within the given closure

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements from the given array.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new immutable set of elements from the given array

newImmutableSet

@Nonnull
HashFloatSet newImmutableSet(@Nonnull
                                     Float[] elements)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of elements from the given array.

Specified by:
newImmutableSet in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
elements - the array whose elements are to be placed into the returned set
Returns:
a new immutable set of elements from the given array

newImmutableSetOf

@Nonnull
HashFloatSet newImmutableSetOf(float e1)
Description copied from interface: FloatSetFactory
Constructs a new immutable singleton set of the given element.

Specified by:
newImmutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the sole element
Returns:
a new immutable singleton set of the given element

newImmutableSetOf

@Nonnull
HashFloatSet newImmutableSetOf(float e1,
                                       float e2)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of the two specified elements.

Specified by:
newImmutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
Returns:
a new immutable set of the two specified elements

newImmutableSetOf

@Nonnull
HashFloatSet newImmutableSetOf(float e1,
                                       float e2,
                                       float e3)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of the three specified elements.

Specified by:
newImmutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
Returns:
a new immutable set of the three specified elements

newImmutableSetOf

@Nonnull
HashFloatSet newImmutableSetOf(float e1,
                                       float e2,
                                       float e3,
                                       float e4)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of the four specified elements.

Specified by:
newImmutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
Returns:
a new immutable set of the four specified elements

newImmutableSetOf

@Nonnull
HashFloatSet newImmutableSetOf(float e1,
                                       float e2,
                                       float e3,
                                       float e4,
                                       float e5,
                                       float... restElements)
Description copied from interface: FloatSetFactory
Constructs a new immutable set of the specified elements.

Specified by:
newImmutableSetOf in interface FloatSetFactory<HashFloatSetFactory>
Parameters:
e1 - the first element
e2 - the second element
e3 - the third element
e4 - the fourth element
e5 - the fifth element
restElements - the rest elements to be placed into the set
Returns:
a new immutable set of the specified elements