Class MultiMapFactory


  • public class MultiMapFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiMapFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static MultiMap make()  
      static <Key extends java.lang.Comparable,​Value>
      MultiMap<Key,​Value,​java.util.List<Value>>
      make​(boolean updatable)  
      static <Key extends java.lang.Comparable,​Value,​ListType extends java.util.List<Value>>
      MultiMap<Key,​Value,​ListType>
      make​(boolean updatable, NewSubMapProvider<Value,​ListType> newSubMapProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiMapFactory

        public MultiMapFactory()
    • Method Detail

      • make

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

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