Searched defs:hasNext (Results 1 - 10 of 10) sorted by relevance

/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DPager.java87 for (int i = 0; (pageLength < 0 || i < pageLength) && hasNext(); i++) {
99 boolean hasNext() { method in class:Pager
105 * we can answer the hasNext() question
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DEnumerationIterator.java58 public boolean hasNext() method in class:EnumerationIterator
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/
H A DJDOQLParameterDeclarationParser.java139 public boolean hasNext() method in class:JDOQLParameterDeclarationParser.ParameterTypeIterator
227 types.hasNext();) {
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DJvmOptionsHelper.java132 while (current.hasNext())
209 while (it.hasNext())
237 * methods such as hasNext(), deleteJvmOption(), hasOption() on its options set
254 boolean hasNext() { return false; }
321 boolean hasNext() method in class:JvmOptionsElement
356 while (it.hasNext())
359 if (it.hasNext()) { sb.append(SEP); }
372 while (it.hasNext())
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DRequestItemIterator.java567 public boolean hasNext() throws ServletException, IOException { method in class:RequestItemIterator
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DJSONUtil.java195 while (it.hasNext()) {
217 while (it.hasNext()) {
240 while (it.hasNext()) {
302 while (json.hasNext() && (value == null)) {
678 boolean hasNext() { method in class:JSONUtil.JsonChars
688 return !hasNext() || (string.charAt(loc-1) == endContext.peek());
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/
H A DEJBHashSet.java334 public boolean hasNext() { method in class:EJBHashSet.EJBHashIterator
337 return _iterator.hasNext();
395 for (Iterator it = c.iterator(); it.hasNext();)
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DHashSet.java270 while (i.hasNext())
305 for (Iterator iter = c.iterator(); iter.hasNext();)
450 for (Iterator iter = c.iterator(); iter.hasNext();)
520 for (Iterator iter = super.iterator(); iter.hasNext();)
585 for (Iterator iter = super.iterator(); iter.hasNext();)
652 public boolean hasNext() { method in class:HashSet.SCOHashIterator
653 return _iterator.hasNext();
804 while (iter.hasNext())
831 while (iter.hasNext())
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/
H A DDOMStreamReader.java714 public boolean hasNext() throws javax.xml.stream.XMLStreamException { method in class:DOMStreamReader
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 186 milliseconds