| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.set | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| Modifier and Type | Method and Description |
|---|---|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.empty() |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of()
Same as
FixedSizeSetFactory.empty(). |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one)
Same as
FixedSizeSetFactory.with(Object). |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two,
T three)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.of(T one,
T two,
T three,
T four)
|
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with()
Same as
FixedSizeSetFactory.empty(). |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two,
T three) |
<T> FixedSizeSet<T> |
FixedSizeSetFactory.with(T one,
T two,
T three,
T four) |
| Modifier and Type | Method and Description |
|---|---|
FixedSizeSet<T> |
FixedSizeSet.tap(Procedure<? super T> procedure) |
Copyright © 2004–2022. All rights reserved.