Home
last modified time | relevance | path

Searched defs:EMPTY_LIST (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
DCollections.java168 public static final List EMPTY_LIST = new EmptyList(); field in Collections
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DNodeImpl.java49 private static final NodeList EMPTY_LIST = new NodeListImpl(); field in NodeImpl