|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyEntry | |
|---|---|
| org.semanticweb.elk.util.collections.entryset | |
| Uses of KeyEntry in org.semanticweb.elk.util.collections.entryset |
|---|
| Classes in org.semanticweb.elk.util.collections.entryset that implement KeyEntry | |
|---|---|
class |
StrongKeyEntry<T,K>
A prototype class for entries with keys. |
class |
WeakKeyEntry<K,T>
A prototype class for entries with weak keys, which can be collected by the garbage collector. |
| Fields in org.semanticweb.elk.util.collections.entryset declared as KeyEntry | |
|---|---|
protected KeyEntry<T,? extends T> |
WeakKeyEntry.next
The reference to the next element |
| Fields in org.semanticweb.elk.util.collections.entryset with type parameters of type KeyEntry | |
|---|---|
protected EntryHashSet<KeyEntry<T,? extends T>> |
KeyEntryHashSet.entryHashSet
The underlying entry collection used to back this collection |
| Methods in org.semanticweb.elk.util.collections.entryset that return KeyEntry | |
|---|---|
KeyEntry<T,? extends T> |
KeyEntryFactory.createEntry(T key)
Creates the key entry of the given type for the given key. |
KeyEntry<T,? extends T> |
StrongKeyEntry.getNext()
|
KeyEntry<T,? extends T> |
WeakKeyEntry.getNext()
|
| Methods in org.semanticweb.elk.util.collections.entryset with parameters of type KeyEntry | |
|---|---|
void |
StrongKeyEntry.setNext(KeyEntry<T,? extends T> next)
|
void |
WeakKeyEntry.setNext(KeyEntry<T,? extends T> next)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||