Class ListMultiMap<K,​V>


  • public class ListMultiMap<K,​V>
    extends MultiMap<K,​V,​java.util.List<V>>
    A container to hold lists indexed by a key.
    • Constructor Detail

      • ListMultiMap

        public ListMultiMap​(boolean isSorted)
    • Method Detail

      • createValue

        protected java.util.List<V> createValue()
        Specified by:
        createValue in class MultiMap<K,​V,​java.util.List<V>>
      • create

        @Deprecated
        public static <K,​V> ListMultiMap<K,​V> create()
        Deprecated.