JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class IntKeyMap.Entry<V>

java.lang.Object
  extended by 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 Summary
 int getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public int getKey()

getValue

public V getValue()

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.