Package dev.yidafu.jupyper
Object LibsMapping
-
- All Implemented Interfaces:
-
kotlin.collections.Map
public class LibsMapping implements Map<String, String>
-
-
Method Summary
-
-
Method Detail
-
containsValue
Boolean containsValue(String value)
-
containsKey
Boolean containsKey(String key)
-
getEntries
Set<Entry.Map<String, String>> getEntries()
-
getValues
Collection<String> getValues()
-
-
-
-