Package de.jungblut.nlp.model
Class Pair<S,T>
- java.lang.Object
-
- de.jungblut.nlp.model.Pair<S,T>
-
public final class Pair<S,T> extends java.lang.ObjectPair implementation, unlikeTuplethis implements hashcode and equals on both parts of this pair.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)SgetFirst()TgetSecond()inthashCode()
-