public class ImmutableLongSetFactoryImpl extends Object implements ImmutableLongSetFactory
ImmutableLongSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.Constructor and Description |
---|
ImmutableLongSetFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongSet |
empty() |
ImmutableLongSet |
of()
Same as
ImmutableLongSetFactory.empty() . |
ImmutableLongSet |
of(long... items)
Same as
ImmutableLongSetFactory.with(long[]) . |
ImmutableLongSet |
of(long one)
Same as
ImmutableLongSetFactory.with(long) . |
ImmutableLongSet |
ofAll(LongIterable items)
|
ImmutableLongSet |
with()
Same as
ImmutableLongSetFactory.empty() . |
ImmutableLongSet |
with(long... items) |
ImmutableLongSet |
with(long one) |
ImmutableLongSet |
withAll(LongIterable items) |
public ImmutableLongSet empty()
empty
in interface ImmutableLongSetFactory
public ImmutableLongSet of()
ImmutableLongSetFactory
ImmutableLongSetFactory.empty()
.of
in interface ImmutableLongSetFactory
public ImmutableLongSet with()
ImmutableLongSetFactory
ImmutableLongSetFactory.empty()
.with
in interface ImmutableLongSetFactory
public ImmutableLongSet of(long one)
ImmutableLongSetFactory
ImmutableLongSetFactory.with(long)
.of
in interface ImmutableLongSetFactory
public ImmutableLongSet with(long one)
with
in interface ImmutableLongSetFactory
public ImmutableLongSet of(long... items)
ImmutableLongSetFactory
ImmutableLongSetFactory.with(long[])
.of
in interface ImmutableLongSetFactory
public ImmutableLongSet with(long... items)
with
in interface ImmutableLongSetFactory
public ImmutableLongSet ofAll(LongIterable items)
ImmutableLongSetFactory
ofAll
in interface ImmutableLongSetFactory
public ImmutableLongSet withAll(LongIterable items)
withAll
in interface ImmutableLongSetFactory
Copyright © 2004–2016. All rights reserved.