Package | Description |
---|---|
com.opencloud.rhino.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected Set<E> |
EncodableSet.newSetInstance(EncodableSet.BackingStore backingStore)
Create a new set instance for the backing store.
|
Constructor and Description |
---|
EncodableSet(EncodableSet.BackingStore backingStore)
Create an
EncodableSet using the specified backing store. |
EncodableSet(EncodableSet.BackingStore backingStore,
Set<E> set)
Create an
EncodableSet using the specified backing store and set. |