|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.openhft.collect.set.hash.HashDoubleSets
public final class HashDoubleSets
This class consists only of static factory methods to construct HashDoubleSets, and
the default HashDoubleSetFactory static provider (getDefaultFactory()).
HashDoubleSet| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HashDoubleSetFactory getDefaultFactory()
public static HashDoubleSet newMutableSet()
public static HashDoubleSet newMutableSet(int expectedSize)
public static HashDoubleSet newMutableSet(Iterable<Double> elements,
int expectedSize)
expectedSize is ignored.
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
int expectedSize)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
int expectedSize)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
int expectedSize)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5,
int expectedSize)
public static HashDoubleSet newMutableSet(Iterable<Double> elements)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4)
public static HashDoubleSet newMutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5)
public static HashDoubleSet newMutableSet(Iterator<Double> elements)
public static HashDoubleSet newMutableSet(Iterator<Double> elements,
int expectedSize)
public static HashDoubleSet newMutableSet(Consumer<DoubleConsumer> elementsSupplier)
public static HashDoubleSet newMutableSet(Consumer<DoubleConsumer> elementsSupplier,
int expectedSize)
public static HashDoubleSet newMutableSet(double[] elements)
public static HashDoubleSet newMutableSet(double[] elements,
int expectedSize)
public static HashDoubleSet newMutableSet(Double[] elements)
public static HashDoubleSet newMutableSet(Double[] elements,
int expectedSize)
public static HashDoubleSet newMutableSetOf(double e1)
public static HashDoubleSet newMutableSetOf(double e1,
double e2)
public static HashDoubleSet newMutableSetOf(double e1,
double e2,
double e3)
public static HashDoubleSet newMutableSetOf(double e1,
double e2,
double e3,
double e4)
public static HashDoubleSet newMutableSetOf(double e1,
double e2,
double e3,
double e4,
double e5,
double... restElements)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elements,
int expectedSize)
expectedSize is ignored.
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elements)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4)
public static HashDoubleSet newUpdatableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5)
public static HashDoubleSet newUpdatableSet(Iterator<Double> elements)
public static HashDoubleSet newUpdatableSet(Iterator<Double> elements,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier)
public static HashDoubleSet newUpdatableSet(Consumer<DoubleConsumer> elementsSupplier,
int expectedSize)
public static HashDoubleSet newUpdatableSet(double[] elements)
public static HashDoubleSet newUpdatableSet(double[] elements,
int expectedSize)
public static HashDoubleSet newUpdatableSet(Double[] elements)
public static HashDoubleSet newUpdatableSet(Double[] elements,
int expectedSize)
public static HashDoubleSet newUpdatableSetOf(double e1)
public static HashDoubleSet newUpdatableSetOf(double e1,
double e2)
public static HashDoubleSet newUpdatableSetOf(double e1,
double e2,
double e3)
public static HashDoubleSet newUpdatableSetOf(double e1,
double e2,
double e3,
double e4)
public static HashDoubleSet newUpdatableSetOf(double e1,
double e2,
double e3,
double e4,
double e5,
double... restElements)
public static HashDoubleSet newImmutableSet(Iterable<Double> elements,
int expectedSize)
expectedSize is ignored.
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
int expectedSize)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
int expectedSize)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
int expectedSize)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5,
int expectedSize)
public static HashDoubleSet newImmutableSet(Iterable<Double> elements)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4)
public static HashDoubleSet newImmutableSet(Iterable<Double> elems1,
Iterable<Double> elems2,
Iterable<Double> elems3,
Iterable<Double> elems4,
Iterable<Double> elems5)
public static HashDoubleSet newImmutableSet(Iterator<Double> elements)
public static HashDoubleSet newImmutableSet(Iterator<Double> elements,
int expectedSize)
public static HashDoubleSet newImmutableSet(Consumer<DoubleConsumer> elementsSupplier)
public static HashDoubleSet newImmutableSet(Consumer<DoubleConsumer> elementsSupplier,
int expectedSize)
public static HashDoubleSet newImmutableSet(double[] elements)
public static HashDoubleSet newImmutableSet(double[] elements,
int expectedSize)
public static HashDoubleSet newImmutableSet(Double[] elements)
public static HashDoubleSet newImmutableSet(Double[] elements,
int expectedSize)
public static HashDoubleSet newImmutableSetOf(double e1)
public static HashDoubleSet newImmutableSetOf(double e1,
double e2)
public static HashDoubleSet newImmutableSetOf(double e1,
double e2,
double e3)
public static HashDoubleSet newImmutableSetOf(double e1,
double e2,
double e3,
double e4)
public static HashDoubleSet newImmutableSetOf(double e1,
double e2,
double e3,
double e4,
double e5,
double... restElements)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||