|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||