ImmutableLongBagFactoryImpl
public 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(java.lang.Iterable<java.lang.Long> iterable) |
Same as
#withAll(IterableLong) . |
ImmutableLongBag |
ofAll(java.util.stream.LongStream items) |
|
ImmutableLongBag |
ofAll(LongIterable items) |
Same as
withAll(LongIterable) . |
ImmutableLongBag |
with() |
Same as
empty() . |
ImmutableLongBag |
with(long one) |
|
ImmutableLongBag |
with(long... items) |
|
ImmutableLongBag |
withAll(java.lang.Iterable<java.lang.Long> iterable) |
|
ImmutableLongBag |
withAll(java.util.stream.LongStream 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)
ImmutableLongBag ofAll(java.lang.Iterable<java.lang.Long> iterable)
#withAll(IterableLong)
.ImmutableLongBag withAll(java.lang.Iterable<java.lang.Long> iterable)
ImmutableLongBag ofAll(java.util.stream.LongStream items)
ImmutableLongBag withAll(java.util.stream.LongStream items)
Copyright © 2004–2020. All rights reserved.