-
Method Summary
Returns a list with the specified element appended to the bottom of the list.
Returns a list containing all elements in this list, excluding the first number of elements.
Returns a list with the specified element prepended to the top of the list.
range(int from,
boolean fromInclusive,
int to,
boolean toInclusive)
Returns a list containing a contiguous range of elements from this list.
Returns a list with the element set to the value specified at the index (zero-based).
Returns a list containing the first number of elements from this list.
Methods inherited from interface Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet