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