Home
last modified time | relevance | path

Searched defs:emptyList (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java464 List<Object> emptyList = Collections.emptyList(); in test_emptyList() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java136 …blic static final <T> java.util.List<@libcore.util.NullFromTypeParam T> emptyList() { throw new Ru… in emptyList() method in Collections
/libcore/ojluni/src/main/java/java/util/
DImmutableCollections.java96 static <E> List<E> emptyList() { in emptyList() method in ImmutableCollections