Uses of Interface
com.koloboke.collect.set.hash.HashDoubleSet

Packages that use HashDoubleSet
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashDoubleSet in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashDoubleSet
 HashDoubleSet HashDoubleByteMap.keySet()
           
 HashDoubleSet HashDoubleCharMap.keySet()
           
 HashDoubleSet HashDoubleDoubleMap.keySet()
           
 HashDoubleSet HashDoubleFloatMap.keySet()
           
 HashDoubleSet HashDoubleIntMap.keySet()
           
 HashDoubleSet HashDoubleLongMap.keySet()
           
 HashDoubleSet HashDoubleObjMap.keySet()
           
 HashDoubleSet HashDoubleShortMap.keySet()
           
 

Uses of HashDoubleSet in com.koloboke.collect.set.hash
 

Methods in com.koloboke.collect.set.hash that return HashDoubleSet
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Consumer<DoubleConsumer> elementsSupplier)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Consumer<DoubleConsumer> elementsSupplier)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
          Constructs a new immutable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(double[] elements)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(double[] elements)
          Constructs a new immutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Double[] elements)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Double[] elements)
          Constructs a new immutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(double[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Double[] elements, int expectedSize)
          Constructs a new immutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elements)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elements)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elements, int expectedSize)
          Constructs a new immutable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
          Constructs a new immutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterator<Double> elements)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterator<Double> elements)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newImmutableSet(Iterator<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newImmutableSet(Iterator<Double> elements, int expectedSize)
          Constructs a new immutable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newImmutableSetOf(double e1)
           
static HashDoubleSet HashDoubleSets.newImmutableSetOf(double e1)
          Constructs a new immutable singleton set of the given element.
 HashDoubleSet HashDoubleSetFactory.newImmutableSetOf(double e1, double e2)
           
static HashDoubleSet HashDoubleSets.newImmutableSetOf(double e1, double e2)
          Constructs a new immutable set of the two specified elements.
 HashDoubleSet HashDoubleSetFactory.newImmutableSetOf(double e1, double e2, double e3)
           
static HashDoubleSet HashDoubleSets.newImmutableSetOf(double e1, double e2, double e3)
          Constructs a new immutable set of the three specified elements.
 HashDoubleSet HashDoubleSetFactory.newImmutableSetOf(double e1, double e2, double e3, double e4)
           
static HashDoubleSet HashDoubleSets.newImmutableSetOf(double e1, double e2, double e3, double e4)
          Constructs a new immutable set of the four specified elements.
 HashDoubleSet HashDoubleSetFactory.newImmutableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
           
static HashDoubleSet HashDoubleSets.newImmutableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
          Constructs a new immutable set of the specified elements.
 HashDoubleSet HashDoubleSetFactory.newMutableSet()
           
static HashDoubleSet HashDoubleSets.newMutableSet()
          Constructs a new empty mutable set of the default expected size.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Consumer<DoubleConsumer> elementsSupplier)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Consumer<DoubleConsumer> elementsSupplier)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
          Constructs a new mutable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(double[] elements)
           
static HashDoubleSet HashDoubleSets.newMutableSet(double[] elements)
          Constructs a new mutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Double[] elements)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Double[] elements)
          Constructs a new mutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(double[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Double[] elements, int expectedSize)
          Constructs a new mutable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(int expectedSize)
          Constructs a new empty mutable set of the given expected size.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elements)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elements)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elements, int expectedSize)
          Constructs a new mutable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
          Constructs a new mutable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterator<Double> elements)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterator<Double> elements)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newMutableSet(Iterator<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newMutableSet(Iterator<Double> elements, int expectedSize)
          Constructs a new mutable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newMutableSetOf(double e1)
           
static HashDoubleSet HashDoubleSets.newMutableSetOf(double e1)
          Constructs a new mutable singleton set of the given element.
 HashDoubleSet HashDoubleSetFactory.newMutableSetOf(double e1, double e2)
           
static HashDoubleSet HashDoubleSets.newMutableSetOf(double e1, double e2)
          Constructs a new mutable set of the two specified elements.
 HashDoubleSet HashDoubleSetFactory.newMutableSetOf(double e1, double e2, double e3)
           
static HashDoubleSet HashDoubleSets.newMutableSetOf(double e1, double e2, double e3)
          Constructs a new mutable set of the three specified elements.
 HashDoubleSet HashDoubleSetFactory.newMutableSetOf(double e1, double e2, double e3, double e4)
           
static HashDoubleSet HashDoubleSets.newMutableSetOf(double e1, double e2, double e3, double e4)
          Constructs a new mutable set of the four specified elements.
 HashDoubleSet HashDoubleSetFactory.newMutableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
           
static HashDoubleSet HashDoubleSets.newMutableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
          Constructs a new mutable set of the specified elements.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet()
           
static HashDoubleSet HashDoubleSets.newUpdatableSet()
          Constructs a new empty updatable set of the default expected size.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier, int expectedSize)
          Constructs a new updatable set of elements consumed by the callback within the given closure.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(double[] elements)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(double[] elements)
          Constructs a new updatable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Double[] elements)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Double[] elements)
          Constructs a new updatable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(double[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Double[] elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Double[] elements, int expectedSize)
          Constructs a new updatable set of elements from the given array.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(int expectedSize)
          Constructs a new empty updatable set of the given expected size.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elements)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elements)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elements, int expectedSize)
          Constructs a new updatable set containing the elements in the specified iterable.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterable<Double> elems1, Iterable<Double> elems2, Iterable<Double> elems3, Iterable<Double> elems4, Iterable<Double> elems5, int expectedSize)
          Constructs a new updatable set which merge the elements of the specified iterables.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterator<Double> elements)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterator<Double> elements)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSet(Iterator<Double> elements, int expectedSize)
           
static HashDoubleSet HashDoubleSets.newUpdatableSet(Iterator<Double> elements, int expectedSize)
          Constructs a new updatable set containing the elements traversed by the specified iterator.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSetOf(double e1)
           
static HashDoubleSet HashDoubleSets.newUpdatableSetOf(double e1)
          Constructs a new updatable singleton set of the given element.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSetOf(double e1, double e2)
           
static HashDoubleSet HashDoubleSets.newUpdatableSetOf(double e1, double e2)
          Constructs a new updatable set of the two specified elements.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSetOf(double e1, double e2, double e3)
           
static HashDoubleSet HashDoubleSets.newUpdatableSetOf(double e1, double e2, double e3)
          Constructs a new updatable set of the three specified elements.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSetOf(double e1, double e2, double e3, double e4)
           
static HashDoubleSet HashDoubleSets.newUpdatableSetOf(double e1, double e2, double e3, double e4)
          Constructs a new updatable set of the four specified elements.
 HashDoubleSet HashDoubleSetFactory.newUpdatableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
           
static HashDoubleSet HashDoubleSets.newUpdatableSetOf(double e1, double e2, double e3, double e4, double e5, double... restElements)
          Constructs a new updatable set of the specified elements.