ImmutableDoubleSetFactoryImplpublic interface ImmutableDoubleSetFactory
ImmutableDoubleSet.
 This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableDoubleSet | empty() | |
| ImmutableDoubleSet | of() | Same as  empty(). | 
| ImmutableDoubleSet | of(double one) | Same as  with(double). | 
| ImmutableDoubleSet | of(double... items) | Same as  with(double[]). | 
| ImmutableDoubleSet | ofAll(DoubleIterable items) | Same as  withAll(DoubleIterable). | 
| ImmutableDoubleSet | with() | Same as  empty(). | 
| ImmutableDoubleSet | with(double one) | |
| ImmutableDoubleSet | with(double... items) | |
| ImmutableDoubleSet | withAll(DoubleIterable items) | 
ImmutableDoubleSet empty()
ImmutableDoubleSet of()
empty().ImmutableDoubleSet with()
empty().ImmutableDoubleSet of(double one)
with(double).ImmutableDoubleSet with(double one)
ImmutableDoubleSet of(double... items)
with(double[]).ImmutableDoubleSet with(double... items)
ImmutableDoubleSet ofAll(DoubleIterable items)
withAll(DoubleIterable).ImmutableDoubleSet withAll(DoubleIterable items)
Copyright © 2004–2017. All rights reserved.