FixedSizeSetFactory@Immutable public class FixedSizeSetFactoryImpl extends Object implements FixedSizeSetFactory
| Constructor | Description |
|---|---|
FixedSizeSetFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> FixedSizeSet<T> |
empty() |
|
<T> FixedSizeSet<T> |
of() |
Same as
FixedSizeSetFactory.empty(). |
<T> FixedSizeSet<T> |
of(T one) |
Same as
FixedSizeSetFactory.with(Object). |
<T> FixedSizeSet<T> |
of(T one,
T two) |
|
<T> FixedSizeSet<T> |
of(T one,
T two,
T three) |
|
<T> FixedSizeSet<T> |
of(T one,
T two,
T three,
T four) |
|
<T> MutableSet<T> |
ofAll(Iterable<? extends T> items) |
|
<T> FixedSizeSet<T> |
with() |
Same as
FixedSizeSetFactory.empty(). |
<T> FixedSizeSet<T> |
with(T one) |
|
<T> FixedSizeSet<T> |
with(T one,
T two) |
|
<T> FixedSizeSet<T> |
with(T one,
T two,
T three) |
|
<T> FixedSizeSet<T> |
with(T one,
T two,
T three,
T four) |
|
<T> MutableSet<T> |
withAll(Iterable<? extends T> items) |
public <T> FixedSizeSet<T> empty()
empty in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of()
FixedSizeSetFactoryFixedSizeSetFactory.empty().of in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with()
FixedSizeSetFactoryFixedSizeSetFactory.empty().with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one)
FixedSizeSetFactoryFixedSizeSetFactory.with(Object).of in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two, T three)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two, T three)
with in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> of(T one, T two, T three, T four)
FixedSizeSetFactoryof in interface FixedSizeSetFactorypublic <T> FixedSizeSet<T> with(T one, T two, T three, T four)
with in interface FixedSizeSetFactorypublic <T> MutableSet<T> ofAll(Iterable<? extends T> items)
FixedSizeSetFactoryofAll in interface FixedSizeSetFactorypublic <T> MutableSet<T> withAll(Iterable<? extends T> items)
withAll in interface FixedSizeSetFactoryCopyright © 2004–2017. All rights reserved.