Package one.xingyi.core
Interface ISimpleMap<K,V>
-
public interface ISimpleMap<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<V>get(K k)java.util.List<K>keys()
-