Items for Spinner providing an integer range without actually creating a list with all values.
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionListSpinnerIntegerList
(int from, int to) ListSpinnerIntegerList
(int from, int to, int step) -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
from
private int from -
size
private int size -
step
private int step
-
-
Constructor Details
-
ListSpinnerIntegerList
public ListSpinnerIntegerList() -
ListSpinnerIntegerList
public ListSpinnerIntegerList(int from, int to) - Parameters:
from
-to
-
-
ListSpinnerIntegerList
public ListSpinnerIntegerList(int from, int to, int step) - Parameters:
from
-to
-step
-
-
-
Method Details
-
get
-
indexOf
-
size
public int size()- Specified by:
size
in interfaceCollection<Integer>
- Specified by:
size
in interfaceList<Integer>
- Specified by:
size
in classAbstractCollection<Integer>
-