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