Class Pair<T,U>

java.lang.Object
org.apache.uima.internal.util.Pair<T,U>

public class Pair<T,U> extends Object
  • Field Details

    • t

      public final T t
    • u

      public U u
      updatable but don't update if used as key in hashtable
  • Constructor Details

    • Pair

      public Pair(T t, U u)
  • Method Details