private static final class MildElements.Soft<T> extends java.lang.ref.SoftReference<T> implements MildElements.Indexable
MildElements.Indexable
element.Modifier and Type | Field and Description |
---|---|
private int |
index |
Constructor and Description |
---|
Soft(T value,
java.lang.ref.ReferenceQueue<T> queue,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
index(int newIndex) |
public int index(int newIndex)
index
in interface MildElements.Indexable