opennlp.tools.util
Class Pair<A,B>

java.lang.Object
  extended by opennlp.tools.util.Pair<A,B>

Deprecated.

@Deprecated
public final class Pair<A,B>
extends Object

Dinky class to package pairs of things

Version:
$Revision: 1.3 $, $Date: 2009/12/09 12:22:58 $
Author:
Gann Bierner

Field Summary
 A a
          Deprecated.  
 B b
          Deprecated.  
 
Constructor Summary
Pair(A a, B b)
          Deprecated.  
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a

public final A a
Deprecated. 

b

public final B b
Deprecated. 
Constructor Detail

Pair

public Pair(A a,
            B b)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.