Java edu.stanford.nlp.util Pair fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.util Pair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.util Pair.

The text is from its open source code.

Field

T1first
Direct access is deprecated.
T2second
Direct access is deprecated.

Constructor

Method

PairmakePair(X x, Y y)
Returns a Pair constructed from X and Y.
voidsetFirst(T1 o)
voidsetSecond(T2 o)