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