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

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DMetaData.java61 final static Class[] empty = new Class[0]; field in class:MetaData
99 return empty;
112 return empty;
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/
H A DEmbeddedAdminCtrImpl.java72 private final static List<Sniffer> empty = new ArrayList<Sniffer>(); field in class:EmbeddedAdminCtrImpl
75 return empty;
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DRegisteredSyncs.java270 void empty() { method in class:RegisteredSyncs
H A DNestingInfo.java104 * set of children to be empty.
114 // If the sequence of ancestors is empty, set the removed flag as this
189 void empty() { method in class:NestingInfo
287 * If the containing Coordinator is the top-level one, an empty
302 // If there are no ancestors, return the empty sequence.
304 // empty sequence Perhaps an exception should be raised instead ?
407 // first element in the set until the set is empty.
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/pi/
H A DArrayListStack.java58 * for whether the stack is <tt>empty</tt>
102 * of the <tt>ArrayList</tt> object). Null if stack is empty.
113 * Tests if this stack is empty.
117 public boolean empty() { method in class:ArrayListStack
125 * of the <tt>ArrayList</tt> object). Null if stack is empty.
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/
H A DArrayStack.java92 * Constructs a new empty <code>ArrayStack</code>. The initial size
100 * Constructs a new empty <code>ArrayStack</code> with an initial size.
111 * Return <code>true</code> if this stack is currently empty.
116 * @return true if the stack is currently empty
118 public boolean empty() { method in class:ArrayStack
126 * @throws EmptyStackException if the stack is empty
159 * @throws EmptyStackException if the stack is empty
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DContainerFactoryImpl.java218 * of the <tt>ArrayList</tt> object). Null if stack is empty.
226 * Tests if this stack is empty.
231 public boolean empty() { method in class:ArrayListStack
240 * of the <tt>ArrayList</tt> object). Null if stack is empty.
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1344 empty: function(element) {
1756 if (this.expression == '') abort('empty expression');

Completed in 1037 milliseconds