Package org.jboss.marshalling.util
Class IntKeyMap.Entry<V>
java.lang.Object
org.jboss.marshalling.util.IntKeyMap.Entry<V>
- Type Parameters:
V
- the value type
A map entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
private final int key -
value
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
public int getKey() -
getValue
-