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, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
sizein interfaceCollection<Integer>- Specified by:
sizein interfaceList<Integer>- Specified by:
sizein classAbstractCollection<Integer>
-