Searched refs:OnePlusArrayList (Results 1 – 1 of 1) sorted by relevance
234 return new OnePlusArrayList<E>(first, rest); in asList()238 private static class OnePlusArrayList<E> extends AbstractList<E> class in Lists243 OnePlusArrayList(@Nullable E first, E[] rest) { in OnePlusArrayList() method in Lists.OnePlusArrayList