Plotting
Class Pair<E>

java.lang.Object
  extended by Plotting.Pair<E>

public class Pair<E>
extends java.lang.Object


Field Summary
 E first
           
 E second
           
 
Constructor Summary
Pair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public E first

second

public E second
Constructor Detail

Pair

public Pair()