opennlp.tools.util
Class Pair<A,B>
java.lang.Object
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. |
a
public final A a
- Deprecated.
b
public final B b
- Deprecated.
Pair
public Pair(A a,
B b)
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Object
Copyright © 2010. All Rights Reserved.