public class ReferenceHashSet<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
static int |
HARD
Constant indicating that hard references should be used.
|
static int |
SOFT
Constant indiciating that soft references should be used.
|
static int |
WEAK
Constant indicating that weak references should be used.
|
| Constructor and Description |
|---|
ReferenceHashSet() |
ReferenceHashSet(int size) |
public int elementSize
public static final int HARD
public static final int SOFT
public static final int WEAK
public ReferenceHashSet()
public ReferenceHashSet(int size)