ModelMap.get

Return the value for a key. Throws an exception if the key does not exist

  1. TValue get(TKey key)
    class ModelMap(TKey, TValue)
    TValue
    get
    (
    TKey key
    )
  2. TValue get(TKey key, TValue def)

Meta