Searched refs:EMPTY_ENUMERATION (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DNamespaceSupport.java117 private static final Enumeration EMPTY_ENUMERATION = Collections.enumeration(Collections.emptyList());
761 return (declarations == null) ? EMPTY_ENUMERATION : Collections.enumeration(declarations);
777 return EMPTY_ENUMERATION;
116 private static final Enumeration EMPTY_ENUMERATION = Collections.enumeration(Collections.emptyList()); field in class:NamespaceSupport
/libcore/luni/src/main/java/java/util/
H A DCollections.java49 private static final Enumeration<?> EMPTY_ENUMERATION = new Enumeration<Object>() { field in class:Collections
2434 return (Enumeration<T>) EMPTY_ENUMERATION;

Completed in 51 milliseconds