subList

open override fun subList(from: Int, to: Int): ObjectList<E>

Return an unmodifiable subList view of the underlying items between [from, to).

Note: the returned list is unmodifiable and will not reflect weight operations directly.

Return

an unmodifiable view of the specified range of items