public class Settings.SettingsList<E>
extends java.util.AbstractList<E>
| Constructor and Description |
|---|
SettingsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int anIndex,
E anItem)
Add list item.
|
E |
get(int anIndex)
Return list item at index.
|
Settings |
getSettings(int anIndex,
boolean doCreate)
Returns settings at index.
|
E |
remove(int anIndex)
Remove list item.
|
int |
size()
Return list size.
|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic int size()
public E get(int anIndex)
public void add(int anIndex,
E anItem)
public E remove(int anIndex)
public Settings getSettings(int anIndex, boolean doCreate)