Uses of Class
com.opencloud.rhino.util.EncodableSet.BackingStore
-
Packages that use EncodableSet.BackingStore Package Description com.opencloud.rhino.cmp.codecs com.opencloud.rhino.util -
-
Uses of EncodableSet.BackingStore in com.opencloud.rhino.cmp.codecs
Methods in com.opencloud.rhino.cmp.codecs that return EncodableSet.BackingStore Modifier and Type Method Description EncodableSet.BackingStore
backingStore()
The type of backing store to use for set elements. -
Uses of EncodableSet.BackingStore in com.opencloud.rhino.util
Methods in com.opencloud.rhino.util that return EncodableSet.BackingStore Modifier and Type Method Description static EncodableSet.BackingStore
EncodableSet.BackingStore. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncodableSet.BackingStore[]
EncodableSet.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 EncodableSet.BackingStore Modifier and Type Method Description protected Set<E>
EncodableSet. newSetInstance(EncodableSet.BackingStore backingStore)
Create a new set instance for the backing store.Constructors in com.opencloud.rhino.util with parameters of type EncodableSet.BackingStore Constructor Description EncodableSet(EncodableSet.BackingStore backingStore)
Create anEncodableSet
using the specified backing store.EncodableSet(EncodableSet.BackingStore backingStore, Set<E> set)
Create anEncodableSet
using the specified backing store and set.
-