Uses of Class
org.peace_tools.generic.Pair

Packages that use Pair
org.peace_tools.data Contains the classes that provide data for the various views in the GUI. 
 

Uses of Pair in org.peace_tools.data
 

Fields in org.peace_tools.data with type parameters of type Pair
private  java.util.ArrayList<Pair> MST.metadata
          The set of meta data that was loaded from the MST file.
private  java.util.ArrayList<Pair> ClusterFile.metadata
          The set of meta data that was loaded from the cluster file.
 

Methods in org.peace_tools.data that return Pair
protected static Pair MST.makeMetadataEntry(java.lang.String line)
          This is a helper method that is used to parse a line of meta data entry (line starts with a '#' character) and convert it to a a Pair containing a name, value pair and returns the meta data as a pair.
protected static Pair ClusterFile.makeMetadataEntry(java.lang.String line)
          This is a helper method that is used to parse a line of meta data entry (line starts with a '#' character) and convert it to a a Pair containing a name, value pair and returns the meta data as a pair.
 

Methods in org.peace_tools.data that return types with arguments of type Pair
 java.util.ArrayList<Pair> ClusterFile.getMetadata()
          Obtain the meta data associated with this cluster file.