Searched refs:fromSubList (Results 1 – 1 of 1) sorted by relevance
456 static <E> SubList<E> fromSubList(SubList<E> parent, int fromIndex, int toIndex) { in fromSubList() method in SubList488 return SubList.fromSubList(this, fromIndex, toIndex); in subList()