Package com.github.tadukoo.util.map
package com.github.tadukoo.util.map
Contains Map-based data structures not present in default Java.
-
ClassDescriptionHashManyToManyMap<K,
V> A ManyToManyMap class that usesHashMultiMap
as the backingMultiMap
class.HashMultiMap<K,V> ManyToManyMap<K,V> This class relates keys to values, but allows for a many-to-many relationship of keys to values.Util functions for dealing withManyToManyMap
s.Util functions for dealing withMap
s.MultiMap<K,V> This class relates keys to values, but allows for one key to reference multiple values.Util functions for dealing withMultiMap
s.TreeManyToManyMap<K,V> A ManyToManyMap class that usesTreeMultiMap
as the backingMultiMap
class.TreeMultiMap<K,V>