org.semanticweb.HermiT.model
Class InterningManager.Entry<E>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<E>
org.semanticweb.HermiT.model.InterningManager.Entry<E>
- Enclosing class:
- InterningManager<E>
protected static class InterningManager.Entry<E>
- extends WeakReference<E>
The entry for the hash map.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_hashCode
public final int m_hashCode
m_next
public InterningManager.Entry<E> m_next
InterningManager.Entry
public InterningManager.Entry(E object,
ReferenceQueue<E> referenceQueue,
int hashCode,
InterningManager.Entry<E> next)
Copyright © 2012. All Rights Reserved.