Class ListSpinnerIntegerList
Items for Spinner providing an integer range without actually creating a list with all values.
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionListSpinnerIntegerList(int from, int to) ListSpinnerIntegerList(int from, int to, int step) -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface 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>
-