Searched defs:emptyList (Results 1 – 3 of 3) sorted by relevance
464 List<Object> emptyList = Collections.emptyList(); in test_emptyList() local
136 …blic static final <T> java.util.List<@libcore.util.NullFromTypeParam T> emptyList() { throw new Ru… in emptyList() method in Collections
96 static <E> List<E> emptyList() { in emptyList() method in ImmutableCollections