public class ListSpinnerIntegerList
extends java.util.AbstractList<java.lang.Integer>
| Constructor and Description |
|---|
ListSpinnerIntegerList() |
ListSpinnerIntegerList(int from,
int to) |
ListSpinnerIntegerList(int from,
int to,
int step) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
get(int index) |
int |
indexOf(java.lang.Object o) |
int |
size() |
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic ListSpinnerIntegerList()
public ListSpinnerIntegerList(int from,
int to)
from - to - public ListSpinnerIntegerList(int from,
int to,
int step)
from - to - step - public java.lang.Integer get(int index)
get in interface java.util.List<java.lang.Integer>get in class java.util.AbstractList<java.lang.Integer>public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<java.lang.Integer>indexOf in class java.util.AbstractList<java.lang.Integer>public int size()
size in interface java.util.Collection<java.lang.Integer>size in interface java.util.List<java.lang.Integer>size in class java.util.AbstractCollection<java.lang.Integer>