Class IntEntry<T>

java.lang.Object
org.apache.uima.util.IntEntry<T>
Type Parameters:
T - the type of the value

public class IntEntry<T> extends Object
like Entry<k, v> except the k is an int.
  • Constructor Details

    • IntEntry

      public IntEntry(int i, T v)
  • Method Details

    • getKey

      public int getKey()
      Returns:
      the key
    • getValue

      public T getValue()
      Returns:
      the Value
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object