Package helpers

Class CSV


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

      Constructors 
      Constructor Description
      CSV()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.HashMap<java.lang.String,​java.lang.String> read​(java.io.File f, java.lang.String[] keys)  
      • Methods inherited from class java.lang.Object

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

      • CSV

        public CSV()
    • Method Detail

      • read

        public static java.util.HashMap<java.lang.String,​java.lang.String> read​(java.io.File f,
                                                                                      java.lang.String[] keys)