Class HashedLineToStringList

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.util.List>

    public class HashedLineToStringList
    extends java.lang.Object
    implements java.util.function.LongFunction<java.util.List>
    • Constructor Summary

      Constructors 
      Constructor Description
      HashedLineToStringList​(java.lang.String filename, int minSize, int maxSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List apply​(long value)  
      • Methods inherited from class java.lang.Object

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

      • HashedLineToStringList

        public HashedLineToStringList​(java.lang.String filename,
                                      int minSize,
                                      int maxSize)
    • Method Detail

      • apply

        public java.util.List apply​(long value)
        Specified by:
        apply in interface java.util.function.LongFunction<java.util.List>