Class Enumeration.Entry<K,​V>

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

public static class Enumeration.Entry<K,​V>
extends Object
  • Field Details

    • key

      private final K key
    • value

      private final V value
  • Constructor Details

    • Entry

      private Entry​(K key, V value)
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()