public class ListSpinnerBigIntegerList
extends java.util.AbstractList<java.math.BigInteger>
| Constructor and Description |
|---|
ListSpinnerBigIntegerList() |
ListSpinnerBigIntegerList(java.math.BigInteger from,
java.math.BigInteger to) |
ListSpinnerBigIntegerList(java.math.BigInteger from,
java.math.BigInteger to,
java.math.BigInteger step) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
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 ListSpinnerBigIntegerList()
public ListSpinnerBigIntegerList(java.math.BigInteger from,
java.math.BigInteger to)
from - to - public ListSpinnerBigIntegerList(java.math.BigInteger from,
java.math.BigInteger to,
java.math.BigInteger step)
from - to - step - public java.math.BigInteger get(int index)
get in interface java.util.List<java.math.BigInteger>get in class java.util.AbstractList<java.math.BigInteger>public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<java.math.BigInteger>indexOf in class java.util.AbstractList<java.math.BigInteger>public int size()
size in interface java.util.Collection<java.math.BigInteger>size in interface java.util.List<java.math.BigInteger>size in class java.util.AbstractCollection<java.math.BigInteger>