public interface MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableLongSet |
empty() |
MutableLongSet |
of()
Same as
empty(). |
MutableLongSet |
of(long... items)
Same as
with(long[]). |
MutableLongSet |
ofAll(LongIterable items)
Same as
withAll(LongIterable). |
MutableLongSet |
ofAll(LongStream items) |
MutableLongSet |
with()
Same as
empty(). |
MutableLongSet |
with(long... items) |
MutableLongSet |
withAll(LongIterable items) |
MutableLongSet |
withAll(LongStream items) |
MutableLongSet empty()
MutableLongSet of()
empty().MutableLongSet with()
empty().MutableLongSet of(long... items)
with(long[]).MutableLongSet with(long... items)
MutableLongSet ofAll(LongIterable items)
withAll(LongIterable).MutableLongSet withAll(LongIterable items)
MutableLongSet ofAll(LongStream items)
MutableLongSet withAll(LongStream items)
Copyright © 2004–2017. All rights reserved.