NDCoreUtilsMap<K, V> extension

on

Methods

getAs<E>(K key) → E?
invert() Map<V, K>
ndGetAs<E>(K key) → E?
ndInvert() Map<V, K>
ndSet(K key, V? value) → void
set(K key, V? value) → void