Last update: 2011-06-23

org.proteios.util
Class Enumeration.Entry<K,V>

java.lang.Object
  extended by org.proteios.util.Enumeration.Entry<K,V>
Enclosing class:
Enumeration<K,V>

public static class Enumeration.Entry<K,V>
extends Object


Method Summary
 K 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 K getKey()

getValue

public V getValue()

Last update: 2011-06-23