|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.WeakReference<E>
org.semanticweb.HermiT.model.InterningManager.Entry<E>
protected static class InterningManager.Entry<E>
The entry for the hash map.
Field Summary | |
---|---|
int |
m_hashCode
|
InterningManager.Entry<E> |
m_next
|
Constructor Summary | |
---|---|
InterningManager.Entry(E object,
java.lang.ref.ReferenceQueue<E> referenceQueue,
int hashCode,
InterningManager.Entry<E> next)
|
Method Summary |
---|
Methods inherited from class java.lang.ref.Reference |
---|
clear, enqueue, get, isEnqueued |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int m_hashCode
public InterningManager.Entry<E> m_next
Constructor Detail |
---|
public InterningManager.Entry(E object, java.lang.ref.ReferenceQueue<E> referenceQueue, int hashCode, InterningManager.Entry<E> next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |