|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.util.Enumeration.Entry<K,V>
public static class Enumeration.Entry<K,V>
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 |
---|
private final K key
private final V value
Constructor Detail |
---|
private Enumeration.Entry(K key, V value)
Method Detail |
---|
public K getKey()
public V getValue()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |