Uses of Interface
uk.gov.gchq.gaffer.mapstore.multimap.MultiMap
-
Packages that use MultiMap Package Description uk.gov.gchq.gaffer.mapstore.factory Factory classes for creating Map and MultiMap instances.uk.gov.gchq.gaffer.mapstore.multimap Gaffer MultiMap implementation. -
-
Uses of MultiMap in uk.gov.gchq.gaffer.mapstore.factory
Methods in uk.gov.gchq.gaffer.mapstore.factory that return MultiMap Modifier and Type Method Description <K,V>
MultiMap<K,V>MapFactory. getMultiMap(String mapName, Class<K> keyClass, Class<V> valueClass)Retrieve a namedMultiMap.<K,V>
MultiMap<K,V>SimpleMapFactory. getMultiMap(String mapName, Class<K> keyClass, Class<V> valueClass) -
Uses of MultiMap in uk.gov.gchq.gaffer.mapstore.multimap
Classes in uk.gov.gchq.gaffer.mapstore.multimap that implement MultiMap Modifier and Type Class Description classMapOfSets<K,V>Methods in uk.gov.gchq.gaffer.mapstore.multimap with parameters of type MultiMap Modifier and Type Method Description default voidMultiMap. putAll(MultiMap<K,V> map)Add all of the contents of anotherMultiMapto this instance.
-