Interface ISimpleMap<K,​V>


  • public interface ISimpleMap<K,​V>
    • Method Detail

      • keys

        java.util.List<K> keys()
      • get

        java.util.Optional<V> get​(K k)