Class IntEntry<T>
java.lang.Object
org.apache.uima.util.IntEntry<T>
- Type Parameters:
T- the type of the value
like Entry<k, v> except the k is an int.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
private int key -
value
-
-
Constructor Details
-
IntEntry
-
-
Method Details
-
getKey
public int getKey()- Returns:
- the key
-
getValue
- Returns:
- the Value
-
hashCode
-
equals
-