Package com.github.tadukoo.util.map
package com.github.tadukoo.util.map
Contains Map-based data structures not present in default Java.
-
ClassesClassDescriptionHashManyToManyMap<K,
V> A ManyToManyMap class that usesHashMultiMapas the backingMultiMapclass.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 withManyToManyMaps.Util functions for dealing withMaps.MultiMap<K,V> This class relates keys to values, but allows for one key to reference multiple values.Util functions for dealing withMultiMaps.TreeManyToManyMap<K,V> A ManyToManyMap class that usesTreeMultiMapas the backingMultiMapclass.TreeMultiMap<K,V>