Searched defs:EMPTY (Results 1 – 5 of 5) sorted by relevance
23 public static final TypeVariable[] EMPTY = new ImplForVariable[0]; field in ListOfVariables
24 public static final ListOfTypes EMPTY = new ListOfTypes(0); field in ListOfTypes
622 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0); field in ExpatParser.ClonedAttributes
1303 private final ByteBuffer EMPTY = ByteBuffer.allocate(0); field in SSLEngineTest.HandshakeHandler
76 private static final char[] EMPTY = new char[] { 'E', 'M', 'P', 'T', 'Y' }; field in KXmlParser