Interface MapFactory<ID,R>

All Superinterfaces:
Function<Integer,Map<ID,R>>

public interface MapFactory<ID,R> extends Function<Integer,Map<ID,R>>
  • Method Details

    • defaultMapFactory

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