ImmutableLongBagFactoryImplpublic interface ImmutableLongBagFactory
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongBag |
empty() |
|
ImmutableLongBag |
of() |
Same as
empty(). |
ImmutableLongBag |
of(long one) |
Same as
with(long). |
ImmutableLongBag |
of(long... items) |
Same as
with(long[]). |
ImmutableLongBag |
ofAll(LongIterable items) |
Same as
withAll(LongIterable). |
ImmutableLongBag |
with() |
Same as
empty(). |
ImmutableLongBag |
with(long one) |
|
ImmutableLongBag |
with(long... items) |
|
ImmutableLongBag |
withAll(LongIterable items) |
ImmutableLongBag empty()
ImmutableLongBag of()
empty().ImmutableLongBag with()
empty().ImmutableLongBag of(long one)
with(long).ImmutableLongBag with(long one)
ImmutableLongBag of(long... items)
with(long[]).ImmutableLongBag with(long... items)
ImmutableLongBag ofAll(LongIterable items)
withAll(LongIterable).ImmutableLongBag withAll(LongIterable items)
Copyright © 2004–2017. All rights reserved.