Searched refs:CopiesList (Results 1 – 2 of 2) sorted by relevance
5442 return new CopiesList<>(n, o);5448 private static class CopiesList<E>5459 CopiesList(int n, E e) {5527 return new CopiesList<>(toIndex - fromIndex, element);5555 if (o instanceof CopiesList<?>) {5556 CopiesList<?> other = (CopiesList<?>) o;
1397 private static class CopiesList<E> extends java.util.AbstractList<E> class in Collections1400 CopiesList(int n, E e) { in CopiesList() method in Collections.CopiesList