|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.tools.util.Pair<A,B>
@Deprecated public final class Pair<A,B>
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 |
|---|
public final A a
public final B b
| Constructor Detail |
|---|
public Pair(A a,
B b)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||