Uses of Class
org.semanticweb.HermiT.model.InterningManager.Entry

Packages that use InterningManager.Entry
org.semanticweb.HermiT.model   
 

Uses of InterningManager.Entry in org.semanticweb.HermiT.model
 

Fields in org.semanticweb.HermiT.model declared as InterningManager.Entry
protected  InterningManager.Entry<E>[] InterningManager.m_entries
           
 InterningManager.Entry<E> InterningManager.Entry.m_next
           
 

Methods in org.semanticweb.HermiT.model that return InterningManager.Entry
protected  InterningManager.Entry<E>[] InterningManager.createEntries(int size)
           
 

Methods in org.semanticweb.HermiT.model with parameters of type InterningManager.Entry
protected  void InterningManager.removeEntry(InterningManager.Entry<E> entry)
           
 

Constructors in org.semanticweb.HermiT.model with parameters of type InterningManager.Entry
InterningManager.Entry(E object, java.lang.ref.ReferenceQueue<E> referenceQueue, int hashCode, InterningManager.Entry<E> next)