MutableLongSetFactoryImplpublic interface MutableLongSetFactory
MutableLongSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongSet |
empty() |
|
MutableLongSet |
of() |
Same as
empty(). |
MutableLongSet |
of(long... items) |
Same as
with(long[]). |
MutableLongSet |
ofAll(java.util.stream.LongStream items) |
|
MutableLongSet |
ofAll(LongIterable items) |
Same as
withAll(LongIterable). |
MutableLongSet |
with() |
Same as
empty(). |
MutableLongSet |
with(long... items) |
|
MutableLongSet |
withAll(java.util.stream.LongStream items) |
|
MutableLongSet |
withAll(LongIterable 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(java.util.stream.LongStream items)
MutableLongSet withAll(java.util.stream.LongStream items)
Copyright © 2004–2017. All rights reserved.