java.lang.Object
com.conveyal.object_differ.MultimapWrapper
Enable comparison of Guava Multimaps, treating them as maps from keys to Collections of values.
Created by abyrd on 2018-11-02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<?>allKeys()booleancontainsKey(Object key) intsize()
-
Constructor Details
-
MultimapWrapper
public MultimapWrapper(com.google.common.collect.Multimap multimap)
-
-
Method Details
-
allKeys
-
containsKey
-
get
-
size
public int size() -
getNoEntryValue
- Returns:
- the value this map uses to represent a missing entry. This is usually null but must be a numeric value for primitive maps.
-