
protected static class Interner.Entry<E> extends WeakReference<E>
Interner.entries to handle collisions.| Modifier and Type | Field and Description |
|---|---|
int |
hashCode |
Interner.Entry<E> |
next |
| Constructor and Description |
|---|
Interner.Entry(E object,
int hashCode,
ReferenceQueue<? super E> queue) |
| Modifier and Type | Method and Description |
|---|---|
Interner.Entry<E> |
getNextEntry() |
String |
toString() |
clear, enqueue, get, isEnqueuedpublic final int hashCode
public Interner.Entry<E> next
public Interner.Entry(E object, int hashCode, ReferenceQueue<? super E> queue)
public Interner.Entry<E> getNextEntry()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.