Uses of Class
tuffy.util.PlotMan.TCPair

Packages that use PlotMan.TCPair
tuffy.util Miscellaneous utilities. 
 

Uses of PlotMan.TCPair in tuffy.util
 

Methods in tuffy.util that return PlotMan.TCPair
static PlotMan.TCPair PlotMan.TCPair.parse(java.lang.String line)
           
 

Methods in tuffy.util that return types with arguments of type PlotMan.TCPair
 java.util.ArrayList<PlotMan.TCPair> PlotMan.filter(java.util.ArrayList<PlotMan.TCPair> list)
           
 java.util.ArrayList<PlotMan.TCPair> PlotMan.input(java.lang.String fin)
           
 

Method parameters in tuffy.util with type arguments of type PlotMan.TCPair
 java.util.ArrayList<PlotMan.TCPair> PlotMan.filter(java.util.ArrayList<PlotMan.TCPair> list)
           
 void PlotMan.output(java.util.ArrayList<PlotMan.TCPair> list, java.lang.String fout)