Interface MapFactory<ID,​R>

  • All Superinterfaces:
    java.util.function.Function<java.lang.Integer,​java.util.Map<ID,​R>>

    public interface MapFactory<ID,​R>
    extends java.util.function.Function<java.lang.Integer,​java.util.Map<ID,​R>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double MULTIPLIER  
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <ID,​R>
      MapFactory<ID,​R>
      defaultMapFactory()  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
    • Method Detail

      • defaultMapFactory

        static <ID,​R> MapFactory<ID,​R> defaultMapFactory()