MutableLongSetFactoryImpl
public 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(Iterable<Long> iterable) |
Same as
#withAll(IterableLong) . |
MutableLongSet |
ofAll(LongStream items) |
|
MutableLongSet |
ofAll(LongIterable items) |
Same as
withAll(LongIterable) . |
MutableLongSet |
with() |
Same as
empty() . |
MutableLongSet |
with(long... items) |
|
MutableLongSet |
withAll(Iterable<Long> iterable) |
|
MutableLongSet |
withAll(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(Iterable<Long> iterable)
#withAll(IterableLong)
.MutableLongSet withAll(Iterable<Long> iterable)
MutableLongSet ofAll(LongStream items)
MutableLongSet withAll(LongStream items)
Copyright © 2004–2019. All rights reserved.