Searched defs:toList (Results 1 – 10 of 10) sorted by relevance
266 List<Integer> toList = Lists.reverse(fromList); in testReverseViewRandomAccess() local272 List<Integer> toList = Lists.reverse(fromList); in testReverseViewSequential() local277 List<Integer> toList) { in assertReverseView()407 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewRandomAccess() local413 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewSequential() local418 List<String> toList) { in assertTransformView()
49 public ImmutableList<ImmutableItem> toList(@Nullable final Iterable<? extends Item> iterable) { in toList() method in ImmutableConverter
490 List<Integer> toList = Lists.reverse(fromList); in testReverseViewRandomAccess() local496 List<Integer> toList = Lists.reverse(fromList); in testReverseViewSequential() local501 List<Integer> toList) { in assertReverseView()631 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewRandomAccess() local637 List<String> toList = Lists.transform(fromList, SOME_FUNCTION); in testTransformViewSequential() local642 List<String> toList) { in assertTransformView()
80 List<Integer> toList(); in toList() method
633 public List<Integer> toList() { in toList() method in IntervalSet
455 public List<Integer> toList() { in toList() method in BitSet
30 public default ArrayList<T> toList(int bound) { in toList() method
80 LinkedList toList = mock(LinkedList.class); in shouldShallowCopyLinkedListIntoMock() local
89 public List<V> toList() { in toList() method in With
275 AttributeList *&toList) { in moveAttrFromListToList()