Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java116 …private static final Enumeration EMPTY_ENUMERATION = Collections.enumeration(Collections.emptyList… field in NamespaceSupport
755 return (declarations == null) ? EMPTY_ENUMERATION : Collections.enumeration(declarations); in getDeclaredPrefixes()
771 return EMPTY_ENUMERATION; in getPrefixes()
/libcore/ojluni/src/main/java/java/util/
DCollections.java3541 return (Enumeration<T>) EmptyEnumeration.EMPTY_ENUMERATION;
3545 static final EmptyEnumeration<Object> EMPTY_ENUMERATION