| Modifier and Type | Class and Description |
|---|---|
class |
OptionalContentOrderArray
Array node class for items in the OptionalContentConfig Order array.
|
class |
OptionalContentOrderLeaf
Leaf node class for items in the OptionalContentConfig Order array.
|
| Modifier and Type | Method and Description |
|---|---|
OptionalContentOrderNode |
OptionalContentOrderArray.get(int index)
Returns the OptionalContentOrderNode at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionalContentOrderArray.add(OptionalContentOrderNode node)
Adds an OptionalContentOrderNode to the end of the Array.
|
void |
OptionalContentOrderArray.insert(int index,
OptionalContentOrderNode node)
Inserts an OptionalContentOrderNode at the given index, displacing existing objects.
|
void |
OptionalContentOrderArray.put(int index,
OptionalContentOrderNode node)
Puts an OptionalContentOrderNode at the given index, replacing the existing item.
|