Package org.semanticweb.elk.util.collections.entryset

Interface Summary
KeyEntry<T,K> An interface for entries with key values.
KeyEntryFactory<T> An interface for creating key entries from the key values.
 

Class Summary
EntryHashSet<E extends Entry<E>> A duplicate-free collection of entries E#equals(Object).
KeyEntryHashSet<T> A collection containing elements modulo equality.
StrongKeyEntry<T,K> A prototype class for entries with keys.
WeakKeyEntry<K,T> A prototype class for entries with weak keys, which can be collected by the garbage collector.
 



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