Searched defs:EMPTY (Results 1 – 6 of 6) 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
282 private static final int EMPTY = 1; field in Phaser
622 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0); field in ExpatParser.ClonedAttributes
76 private static final char[] EMPTY = new char[] { 'E', 'M', 'P', 'T', 'Y' }; field in KXmlParser
1303 private final ByteBuffer EMPTY = ByteBuffer.allocate(0); field in SSLEngineTest.HandshakeHandler