Package | Description |
---|---|
com.opencloud.rhino.util |
Modifier and Type | Method and Description |
---|---|
static EncodableList.BackingStore |
EncodableList.BackingStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodableList.BackingStore[] |
EncodableList.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 abstract EncodableList<E> |
EncodableList.newInstance(EncodableList.BackingStore backingStore,
List<E> list)
Create a new instance of this
EncodableList wrapping the specified list. |
protected List<E> |
EncodableList.newListInstance(EncodableList.BackingStore backingStore)
Create a new list instance for the backing store.
|
Constructor and Description |
---|
EncodableList(EncodableList.BackingStore backingStore)
Create an
EncodableList using the specified backing store. |
EncodableList(EncodableList.BackingStore backingStore,
List<E> list)
Create an
EncodableList using the specified backing store and list. |