Uses of Class
org.semanticweb.HermiT.blocking.SetFactory.Entry

Packages that use SetFactory.Entry
org.semanticweb.HermiT.blocking   
 

Uses of SetFactory.Entry in org.semanticweb.HermiT.blocking
 

Fields in org.semanticweb.HermiT.blocking declared as SetFactory.Entry
protected  SetFactory.Entry[] SetFactory.m_entries
           
protected  SetFactory.Entry<T> SetFactory.Entry.m_nextEntry
           
protected  SetFactory.Entry<T> SetFactory.Entry.m_previousEntry
           
protected  SetFactory.Entry[] SetFactory.m_unusedEntries
           
 

Methods in org.semanticweb.HermiT.blocking that return SetFactory.Entry
protected  SetFactory.Entry<E> SetFactory.getEntry(int size)
           
 

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