|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
org.semanticweb.elk.util.collections.ArrayHashMap<Key,Collection<Value>>
org.semanticweb.elk.util.collections.AbstractHashMultimap<Key,Value>
org.semanticweb.elk.util.collections.HashListMultimap<Key,Value>
Key - Value - public class HashListMultimap<Key,Value>
Implementation of Multimap backed by an ArrayHashMap
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.semanticweb.elk.util.collections.ArrayHashMap |
|---|
keys, size, values |
| Constructor Summary | |
|---|---|
HashListMultimap()
|
|
HashListMultimap(int i)
|
|
| Method Summary | |
|---|---|
protected Collection<Value> |
newRecord()
|
| Methods inherited from class org.semanticweb.elk.util.collections.AbstractHashMultimap |
|---|
add, contains, get, getOld, remove |
| Methods inherited from class org.semanticweb.elk.util.collections.ArrayHashMap |
|---|
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
clone, equals, hashCode, putAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.semanticweb.elk.util.collections.Multimap |
|---|
clear, isEmpty, keySet |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode, putAll |
| Constructor Detail |
|---|
public HashListMultimap()
public HashListMultimap(int i)
| Method Detail |
|---|
protected Collection<Value> newRecord()
newRecord in class AbstractHashMultimap<Key,Value>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||