Class HashedLineToStringStringMap

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.util.Map<java.lang.String,​java.lang.String>>

    public class HashedLineToStringStringMap
    extends java.lang.Object
    implements java.util.function.LongFunction<java.util.Map<java.lang.String,​java.lang.String>>
    Create a String-String map from the specified file, ranging in size from 0 to the specified maximum.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> apply​(long input)  
      • Methods inherited from class java.lang.Object

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

      • HashedLineToStringStringMap

        public HashedLineToStringStringMap​(java.lang.String paramFile,
                                           int maxSize)
    • Method Detail

      • apply

        public java.util.Map<java.lang.String,​java.lang.String> apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.util.Map<java.lang.String,​java.lang.String>>