-
- All Implemented Interfaces:
-
kotlin.collections.Map
public final class Resource.Properties implements Map<String, Any>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResource.Properties.Companionpublic final classResource.Properties.Builder
-
Constructor Summary
Constructors Constructor Description Resource.Properties(Map<String, Object> properties)
-
Method Summary
Modifier and Type Method Description Set<Entry.Map<String, Object>>getEntries()Set<String>getKeys()IntegergetSize()Collection<Object>getValues()final Resource.Propertiescopy(Function1<Resource.Properties.Builder, Unit> build)-
-
Method Detail
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
copy
final Resource.Properties copy(Function1<Resource.Properties.Builder, Unit> build)
-
-
-
-