public class MutableDoubleSetFactoryImpl extends Object implements MutableDoubleSetFactory
MutableDoubleSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.Constructor and Description |
---|
MutableDoubleSetFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
empty() |
MutableDoubleSet |
of()
Same as
MutableDoubleSetFactory.empty() . |
MutableDoubleSet |
of(double... items)
|
MutableDoubleSet |
ofAll(DoubleIterable items)
|
MutableDoubleSet |
with()
Same as
MutableDoubleSetFactory.empty() . |
MutableDoubleSet |
with(double... items) |
MutableDoubleSet |
withAll(DoubleIterable items) |
public MutableDoubleSet empty()
empty
in interface MutableDoubleSetFactory
public MutableDoubleSet of()
MutableDoubleSetFactory
MutableDoubleSetFactory.empty()
.of
in interface MutableDoubleSetFactory
public MutableDoubleSet with()
MutableDoubleSetFactory
MutableDoubleSetFactory.empty()
.with
in interface MutableDoubleSetFactory
public MutableDoubleSet of(double... items)
MutableDoubleSetFactory
of
in interface MutableDoubleSetFactory
public MutableDoubleSet with(double... items)
with
in interface MutableDoubleSetFactory
public MutableDoubleSet ofAll(DoubleIterable items)
MutableDoubleSetFactory
ofAll
in interface MutableDoubleSetFactory
public MutableDoubleSet withAll(DoubleIterable items)
withAll
in interface MutableDoubleSetFactory
Copyright © 2004–2016. All rights reserved.