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(Iterable<Long> iterable)
Same as
withAll(Iterable). |
MutableLongSet |
ofAll(LongIterable items)
Same as
withAll(LongIterable). |
MutableLongSet |
ofAll(LongStream items) |
MutableLongSet |
with()
Same as
empty(). |
MutableLongSet |
with(long... items) |
MutableLongSet |
withAll(Iterable<Long> iterable) |
MutableLongSet |
withAll(LongIterable items) |
MutableLongSet |
withAll(LongStream items) |
default MutableLongSet |
withInitialCapacity(int capacity)
Same as
empty(). |
MutableLongSet empty()
MutableLongSet of()
empty().MutableLongSet with()
empty().default MutableLongSet withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableLongSet of(long... items)
with(long[]).MutableLongSet with(long... items)
MutableLongSet ofAll(LongIterable items)
withAll(LongIterable).MutableLongSet withAll(LongIterable items)
MutableLongSet ofAll(Iterable<Long> iterable)
withAll(Iterable).MutableLongSet withAll(Iterable<Long> iterable)
MutableLongSet ofAll(LongStream items)
MutableLongSet withAll(LongStream items)
Copyright © 2004–2020. All rights reserved.