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/ojluni/src/main/java/java/util/
H A DCollections.java4445 public static final List EMPTY_LIST = new EmptyList<>(); field in class:Collections
4464 * @see #EMPTY_LIST
4469 return (List<T>) EMPTY_LIST;
4535 return EMPTY_LIST;

Completed in 40 milliseconds