Class ListSpinnerBigIntegerList

All Implemented Interfaces:
Iterable<BigInteger>, Collection<BigInteger>, List<BigInteger>

public class ListSpinnerBigIntegerList extends AbstractList<BigInteger>
Items for Spinner providing an BigInteger range without actually creating a list with all values. Beware: because this is still based on the list inteface, the maximum size of the list is limited by the type used for the index in the list: an integer (Integer.MAX_VALUE). So the difference between the from and to values (to-from) cannot be larger than Integer.MAX_VALUE. What this class allows is that this range can be anywhere in the BigInteger's range.