2.17.2: 2011-06-17

net.sf.basedb.util
Class Enumeration.Entry<K,V>

java.lang.Object
  extended by net.sf.basedb.util.Enumeration.Entry<K,V>
Enclosing class:
Enumeration<K,V>

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


Field Summary
private  K key
           
private  V value
           
 
Constructor Summary
private Enumeration.Entry(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private final K key

value

private final V value
Constructor Detail

Enumeration.Entry

private Enumeration.Entry(K key,
                          V value)
Method Detail

getKey

public K getKey()

getValue

public V getValue()

2.17.2: 2011-06-17