Class TypeConverterImpl.TableDictionaryImpl<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Dictionary<K,​V> dict  
    • Constructor Summary

      Constructors 
      Constructor Description
      TableDictionaryImpl​(java.util.Dictionary<K,​V> dict)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V get​(K key)  
      java.util.Iterator<K> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • dict

        private final java.util.Dictionary<K,​V> dict
    • Constructor Detail

      • TableDictionaryImpl

        public TableDictionaryImpl​(java.util.Dictionary<K,​V> dict)
    • Method Detail

      • iterator

        public java.util.Iterator<K> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<K>