public interface MutableDoubleSetFactory
MutableDoubleSet
.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
empty() |
MutableDoubleSet |
of()
Same as
empty() . |
MutableDoubleSet |
of(double... items)
Same as
with(double[]) . |
MutableDoubleSet |
ofAll(DoubleIterable items)
Same as
withAll(DoubleIterable) . |
MutableDoubleSet |
with()
Same as
empty() . |
MutableDoubleSet |
with(double... items) |
MutableDoubleSet |
withAll(DoubleIterable items) |
MutableDoubleSet empty()
MutableDoubleSet of()
empty()
.MutableDoubleSet with()
empty()
.MutableDoubleSet of(double... items)
with(double[])
.MutableDoubleSet with(double... items)
MutableDoubleSet ofAll(DoubleIterable items)
withAll(DoubleIterable)
.MutableDoubleSet withAll(DoubleIterable items)
Copyright © 2004–2016. All rights reserved.