public class MutableDoubleSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.MutableDoubleSet |
empty() |
com.gs.collections.api.set.primitive.MutableDoubleSet |
of()
Same as
MutableDoubleSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableDoubleSet |
of(double... items)
Same as
MutableDoubleSetFactory.with(double[]). |
com.gs.collections.api.set.primitive.MutableDoubleSet |
ofAll(com.gs.collections.api.DoubleIterable items)
Same as
MutableDoubleSetFactory.withAll(DoubleIterable). |
com.gs.collections.api.set.primitive.MutableDoubleSet |
with()
Same as
MutableDoubleSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableDoubleSet |
with(double... items) |
com.gs.collections.api.set.primitive.MutableDoubleSet |
withAll(com.gs.collections.api.DoubleIterable items) |
public com.gs.collections.api.set.primitive.MutableDoubleSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet of()
com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactoryMutableDoubleSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet with()
com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactoryMutableDoubleSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet of(double... items)
com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactoryMutableDoubleSetFactory.with(double[]).of in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet with(double... items)
with in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet ofAll(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactoryMutableDoubleSetFactory.withAll(DoubleIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic com.gs.collections.api.set.primitive.MutableDoubleSet withAll(com.gs.collections.api.DoubleIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.MutableDoubleSetFactory