Package fork.lib.base.collection

Examples of fork.lib.base.collection.GrepTable.grep()


    ReadTable rt= new ReadTable(tab);
    Table<String> table= new Table<>(rt.getTableAsArray());
   
    GrepTable gt= new GrepTable(table,0);
   
    gt.grep(idsa).writeToFile(new File(list.getParentFile()+"/all_"+FileName.getBaseName(list)+".txt"));
   
}
   
   
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.