Class IntKeyMap.Entry<V>

java.lang.Object
org.jboss.marshalling.util.IntKeyMap.Entry<V>
Type Parameters:
V - the value type
Enclosing class:
IntKeyMap<V>

public static final class IntKeyMap.Entry<V> extends Object
A map entry.
  • Method Details

    • getKey

      public int getKey()
    • getValue

      public V getValue()