Interface TypeConverterImpl.Table<K,V>

All Superinterfaces:
Iterable<K>
All Known Implementing Classes:
TypeConverterImpl.TableDictionaryImpl, TypeConverterImpl.TableMapImpl
Enclosing class:
TypeConverterImpl

private static interface TypeConverterImpl.Table<K,V> extends Iterable<K>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(K key)
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      V get(K key)