| Constructor and Description |
|---|
PartitionedReferencePile(int size,
Supplier<T> factory) |
PartitionedReferencePile(Supplier<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.ImmutableSet<T> |
collect() |
T |
get()
Get an object.
|
java.util.Iterator<T> |
iterator() |
java.lang.String |
toString() |
public com.gs.collections.api.set.ImmutableSet<T> collect()
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>public java.lang.String toString()
toString in class java.lang.Object