Uses of Interface
org.semanticweb.elk.util.collections.entryset.KeyEntryFactory

Packages that use KeyEntryFactory
org.semanticweb.elk.util.collections.entryset   
 

Uses of KeyEntryFactory in org.semanticweb.elk.util.collections.entryset
 

Fields in org.semanticweb.elk.util.collections.entryset declared as KeyEntryFactory
protected  KeyEntryFactory<T> KeyEntryHashSet.keyEntryFactory
          The factory used for wrapping keys into entries
 

Constructors in org.semanticweb.elk.util.collections.entryset with parameters of type KeyEntryFactory
KeyEntryHashSet(KeyEntryFactory<T> keyEntryFactory)
          Create an empty set associated with a given factory for creating KeyEntry wrapper objects.
KeyEntryHashSet(KeyEntryFactory<T> keyEntryFactory, int initialCapacity)
          Create an empty set associated with a given factory for creating KeyEntry wrapper objects and with the given initial capacity.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.