Home
last modified time | relevance | path

Searched defs:emptyList (Results 1 – 2 of 2) 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