Class MultiMapFactory


  • public class MultiMapFactory
    extends Object
    • Constructor Detail

      • MultiMapFactory

        public MultiMapFactory()
    • Method Detail

      • make

        public static <Key extends Comparable,​Value,​ListType extends List<Value>> MultiMap<Key,​Value,​ListType> make​(boolean updatable,
                                                                                                                                            NewSubMapProvider<Value,​ListType> newSubMapProvider)
      • make

        public static <Key extends Comparable,​Value> MultiMap<Key,​Value,​List<Value>> make​(boolean updatable)