Searched defs:EMPTY_ARRAY (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DScriptObject.java41 public static final Object[] EMPTY_ARRAY = new Object[0]; field in interface:ScriptObject
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteInputStream.java34 private static final byte[] EMPTY_ARRAY = new byte[0]; field in class:ByteInputStream
37 this(EMPTY_ARRAY, 0);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DTagInfoset.java117 ns = EMPTY_ARRAY;
222 private static final String[] EMPTY_ARRAY = new String[0]; field in class:TagInfoset
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJClass.java109 return EMPTY_ARRAY;
115 protected static final JTypeVar[] EMPTY_ARRAY = new JTypeVar[0]; field in class:JClass
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java190 this.referenceParameters = EMPTY_ARRAY;
768 this.referenceParameters = EMPTY_ARRAY;
953 private static final OutboundReferenceParameterHeader[] EMPTY_ARRAY = new OutboundReferenceParameterHeader[0]; field in class:WSEndpointReference
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java210 entries = Entry.EMPTY_ARRAY;
1064 public static final Entry[] EMPTY_ARRAY = {}; field in class:ZipFileIndex.Entry
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java96 private static final Component[] EMPTY_ARRAY = new Component[0]; field in class:Container
351 return component.toArray(EMPTY_ARRAY);
3713 Component [] tmpComponent = (Component[])f.get("component", EMPTY_ARRAY);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMessages.java121 public static String EMPTY_ARRAY; field in class:Messages

Completed in 55 milliseconds