public interface ImmutableLongSetFactory
ImmutableLongSet
.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongSet |
empty() |
ImmutableLongSet |
of()
Same as
empty() . |
ImmutableLongSet |
of(long... items)
Same as
with(long[]) . |
ImmutableLongSet |
of(long one)
Same as
with(long) . |
ImmutableLongSet |
ofAll(LongIterable items)
Same as
withAll(LongIterable) . |
ImmutableLongSet |
with()
Same as
empty() . |
ImmutableLongSet |
with(long... items) |
ImmutableLongSet |
with(long one) |
ImmutableLongSet |
withAll(LongIterable items) |
ImmutableLongSet empty()
ImmutableLongSet of()
empty()
.ImmutableLongSet with()
empty()
.ImmutableLongSet of(long one)
with(long)
.ImmutableLongSet with(long one)
ImmutableLongSet of(long... items)
with(long[])
.ImmutableLongSet with(long... items)
ImmutableLongSet ofAll(LongIterable items)
withAll(LongIterable)
.ImmutableLongSet withAll(LongIterable items)
Copyright © 2004–2016. All rights reserved.