Searched refs:EMPTY_LIST (Results 26 - 50 of 64) sorted by relevance

123

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DElementPSVImpl.java211 return StringListImpl.EMPTY_LIST;
224 return StringListImpl.EMPTY_LIST;
H A DXSParticleDecl.java245 return (fAnnotations != null) ? fAnnotations : XSObjectListImpl.EMPTY_LIST;
H A DXSAttributeDecl.java180 return (fAnnotations != null) ? fAnnotations : XSObjectListImpl.EMPTY_LIST;
H A DXSModelImpl.java215 new XSObjectListImpl(subGroup, subGroup.length) : XSObjectListImpl.EMPTY_LIST);
235 new XSObjectListImpl(subGroup, subGroup.length) : XSObjectListImpl.EMPTY_LIST);
250 return XSObjectListImpl.EMPTY_LIST;
677 fAnnotations = XSObjectListImpl.EMPTY_LIST;
H A DXSModelGroupImpl.java236 return (fAnnotations != null) ? fAnnotations : XSObjectListImpl.EMPTY_LIST;
H A DXSElementDecl.java356 return (fAnnotations != null) ? fAnnotations : XSObjectListImpl.EMPTY_LIST;
H A DSchemaGrammar.java634 XSComplexTypeDecl.CONTENTTYPE_ELEMENT, false, annotationAttrs, null, annotationParticle, XSObjectListImpl.EMPTY_LIST);
640 XSComplexTypeDecl.CONTENTTYPE_MIXED, false, documentationAttrs, null, anyWCSequenceParticle, XSObjectListImpl.EMPTY_LIST);
646 XSComplexTypeDecl.CONTENTTYPE_MIXED, false, appinfoAttrs, null, anyWCSequenceParticle, XSObjectListImpl.EMPTY_LIST);
1220 return XSObjectListImpl.EMPTY_LIST;
1504 return ObjectListImpl.EMPTY_LIST;
1664 return XSObjectListImpl.EMPTY_LIST;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java46 public static final XSObjectListImpl EMPTY_LIST = new XSObjectListImpl(new XSObject[0], 0); field in class:XSObjectListImpl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDWildcardTraverser.java194 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDNotationTraverser.java104 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDGroupTraverser.java131 annotations = XSObjectListImpl.EMPTY_LIST;
224 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDElementTraverser.java212 annotations = XSObjectListImpl.EMPTY_LIST;
217 : XSObjectListImpl.EMPTY_LIST);
379 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDAbstractParticleTraverser.java119 annotations = XSObjectListImpl.EMPTY_LIST;
283 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDAttributeGroupTraverser.java180 annotations = XSObjectListImpl.EMPTY_LIST;
H A DXSDAttributeTraverser.java149 annotations = XSObjectListImpl.EMPTY_LIST;
348 annotations = XSObjectListImpl.EMPTY_LIST;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/stax/
H A DNamespaceContexHelper.java155 return Collections.EMPTY_LIST.iterator();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/scd/
H A DIterators.java47 private static final Iterator EMPTY = Collections.EMPTY_LIST.iterator();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java97 return Collections.EMPTY_LIST;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java401 events[0] = (nsMap == null ? Collections.EMPTY_LIST : nsMap.values());
402 events[1] = (attrs == null ? Collections.EMPTY_LIST : attrs);
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v2_0/
H A DPerfDataBuffer.java69 private static final ArrayList<Monitor> EMPTY_LIST = new ArrayList<>(0); field in class:PerfDataBuffer
202 ArrayList<Monitor> removed = EMPTY_LIST;
/openjdk10/jdk/test/com/sun/jdi/
H A DOomDebugTest.java242 Collections.EMPTY_LIST,
260 Collections.EMPTY_LIST,
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java51 private static final ArrayList<Monitor> EMPTY_LIST = new ArrayList<Monitor>(0); field in class:PerfDataBuffer
194 ArrayList<Monitor> removed = EMPTY_LIST;
/openjdk10/jdk/test/java/net/MulticastSocket/
H A DSetOutgoingIf.java237 List<InetAddress> groups = Collections.EMPTY_LIST;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java729 return XSObjectListImpl.EMPTY_LIST;
2242 return StringListImpl.EMPTY_LIST;
2319 return ShortListImpl.EMPTY_LIST;
2336 return StringListImpl.EMPTY_LIST;
2372 return (fAnnotations != null) ? fAnnotations : XSObjectListImpl.EMPTY_LIST;
3171 fFacets = (count > 0) ? new XSObjectListImpl(facets, count) : XSObjectListImpl.EMPTY_LIST;
3173 return (fFacets != null) ? fFacets : XSObjectListImpl.EMPTY_LIST;
3234 fMultiValueFacets : XSObjectListImpl.EMPTY_LIST;
3277 this.annotations = XSObjectListImpl.EMPTY_LIST;
3384 this.annotations = (annotations != null) ? annotations : XSObjectListImpl.EMPTY_LIST;
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DList.java76 return (List<A>)EMPTY_LIST;
79 private static final List<?> EMPTY_LIST = new List<Object>(null,null) { field in class:List

Completed in 357 milliseconds

123