Home
last modified time | relevance | path

Searched refs:RandomAccessSubList (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DAbstractList.java501 new RandomAccessSubList<>(this, fromIndex, toIndex) : in subList()
919 private static class RandomAccessSubList<E> class
926 RandomAccessSubList(AbstractList<E> root, in RandomAccessSubList() method in RandomAccessSubList
934 RandomAccessSubList(RandomAccessSubList<E> parent, in RandomAccessSubList() method in RandomAccessSubList
941 return new RandomAccessSubList<>(this, fromIndex, toIndex); in subList()