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 |
with()
Same as
empty() . |
ImmutableLongBag |
with(long... items) |
ImmutableLongBag |
with(long one) |
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–2016. All rights reserved.