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.
  • Field Details

    • key

      private final int key
    • value

      private final V value
  • Constructor Details

    • Entry

      private Entry(int key, V value)
  • Method Details

    • getKey

      public int getKey()
    • getValue

      public V getValue()