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