An IntList backed by an array of unsigned
int values.
This list stores int values
in the range [ 0 ,
65535 ] in 16-bits
per element. Attempts to use elements outside this
range may cause an
IllegalArgumentException
to be thrown.
This implementation supports all optional methods.
intvalues. This list storesintvalues in the range [0,65535] in 16-bits per element. Attempts to use elements outside this range may cause an IllegalArgumentException to be thrown. This implementation supports all optional methods.