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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java49 private static final NodeList EMPTY_LIST = new NodeListImpl(); field in class:NodeImpl
87 return EMPTY_LIST;
/libcore/luni/src/main/java/java/util/
H A DCollections.java106 return Collections.EMPTY_LIST;
156 return EMPTY_LIST;
168 public static final List EMPTY_LIST = new EmptyList(); field in class:Collections
2397 * @see #EMPTY_LIST
2401 return EMPTY_LIST;

Completed in 200 milliseconds