Uses of Class
com.opencloud.rhino.util.EncodableMap.BackingStore
-
Packages that use EncodableMap.BackingStore Package Description com.opencloud.rhino.cmp.codecs com.opencloud.rhino.util -
-
Uses of EncodableMap.BackingStore in com.opencloud.rhino.cmp.codecs
Methods in com.opencloud.rhino.cmp.codecs that return EncodableMap.BackingStore Modifier and Type Method Description EncodableMap.BackingStore
backingStore()
The type of backing store to use for map elements. -
Uses of EncodableMap.BackingStore in com.opencloud.rhino.util
Methods in com.opencloud.rhino.util that return EncodableMap.BackingStore Modifier and Type Method Description static EncodableMap.BackingStore
EncodableMap.BackingStore. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncodableMap.BackingStore[]
EncodableMap.BackingStore. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.rhino.util with parameters of type EncodableMap.BackingStore Modifier and Type Method Description protected Map<K,V>
EncodableMap. newMapInstance(EncodableMap.BackingStore backingStore)
Create a new map instance for the backing store.Constructors in com.opencloud.rhino.util with parameters of type EncodableMap.BackingStore Constructor Description EncodableMap(EncodableMap.BackingStore backingStore)
Create anEncodableMap
using the specified backing store.EncodableMap(EncodableMap.BackingStore backingStore, Map<K,V> map)
Create anEncodableSet
using the specified backing store and map.
-