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 java.lang.Object

Dinky class to package pairs of things


Field Summary
 A a
          Deprecated.  
 B b
          Deprecated.  
 
Constructor Summary
Pair(A a, B b)
          Deprecated.  
 
Method Summary
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, 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 java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.