Package dev.yidafu.jupyper
Object LibsMapping
-
- All Implemented Interfaces:
-
kotlin.collections.Map
public class LibsMapping implements Map<String, JavaScriptPackage>
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Entry.Map<String, JavaScriptPackage>>entriesprivate final Set<String>keysprivate final Integersizeprivate final Collection<JavaScriptPackage>valuespublic final static LibsMappingINSTANCE
-
Method Summary
Modifier and Type Method Description JavaScriptPackageget(String key)BooleanisEmpty()BooleancontainsValue(JavaScriptPackage value)BooleancontainsKey(String key)Set<Entry.Map<String, JavaScriptPackage>>getEntries()Set<String>getKeys()IntegergetSize()Collection<JavaScriptPackage>getValues()-
-
Method Detail
-
get
JavaScriptPackage get(String key)
-
containsValue
Boolean containsValue(JavaScriptPackage value)
-
containsKey
Boolean containsKey(String key)
-
getEntries
Set<Entry.Map<String, JavaScriptPackage>> getEntries()
-
getValues
Collection<JavaScriptPackage> getValues()
-
-
-
-