Searched refs:hasNext (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicIterator.java47 public boolean hasNext() { method in class:BasicIterator
61 if (hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollection.java221 while (i.hasNext()) {
244 while (j < a.length && i.hasNext()) {
249 } else if (i.hasNext()) {
251 while (i.hasNext()) {
273 while (i.hasNext()) {
304 while (i.hasNext()) {
354 while (i.hasNext()) {
386 while (i.hasNext()) {
423 while (i.hasNext()) list.add(i.next());
444 while (i.hasNext()) {
[all...]
H A DStoredList.java285 if (!i.hasNext()) {
292 while (i.hasNext()) {
299 while (i.hasNext()) {
539 while (i1.hasNext()) {
540 if (!i2.hasNext()) return false;
550 if (i2.hasNext()) return false;
H A DStoredIterator.java136 * This method conforms to the {@link Iterator#hasNext} interface.
142 public boolean hasNext() { method in class:StoredIterator
281 return hasNext() ? (cursor.getCurrentRecordNumber() -
444 if (hasNext()) {
492 * FindBugs whines about us ignoring the return value from hasNext().
494 hasNext();
526 * <p>After being closed, only the {@link #hasNext} and {@link
H A DBlockIterator.java300 public boolean hasNext() { method in class:BlockIterator
473 if (hasNext()) {
502 return hasNext() ? (getRecordNumber(nextIndex) -
632 if (!hasPrev && !hasNext()) {
H A DStoredEntrySet.java136 while (i.hasNext()) {
H A DStoredMap.java351 while (i.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3rewritestreams.h135 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
H A Dantlr3commontreenodestream.h272 ANTLR3_BOOLEAN (*hasNext) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java658 assertTrue(!iter.hasNext());
783 assertTrue(iter.hasNext());
811 assertTrue(iter.hasNext());
817 assertTrue(!iter.hasNext());
953 while (iter.hasNext()) {
957 assertTrue(!iter.hasNext());
971 while (iter.hasNext()) {
978 assertTrue(!iter.hasNext());
997 assertTrue(iter.hasNext());
1001 assertTrue(iter.hasNext());
[all...]
H A DIterDeadlockTest.java160 assertTrue(i2.hasNext());
191 assertTrue(i1.hasNext());
H A DJoinTest.java225 assertTrue(i.hasNext());
228 assertFalse(i.hasNext());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java261 while (iterator.hasNext()) {
274 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dwizard.cpp653 bool hasNext = HasNextPage(m_page); local
654 if ( btnLabelWasNext != hasNext )
656 m_btnNext->SetLabel(hasNext ? _("&Next >") : _("&Finish"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java150 while (iter.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java248 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSample.java232 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java230 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java232 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java239 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSample.java231 while (iterator.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3rewritestreams.c51 static ANTLR3_BOOLEAN hasNext (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream);
232 stream->hasNext = hasNext;
750 hasNext (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java205 while (iter.hasNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java664 assertTrue(iterator.hasNext());
694 assertTrue(iterator.hasNext());
763 assertTrue(!keys.iterator().hasNext());
767 assertTrue(!entities.iterator().hasNext());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchListCtrl.cpp911 const bool hasNext = notLast && ((CSearchFile*)GetItemData(item + 1))->GetParent(); local
922 if (hasNext) {
941 if (hasNext && file->ShowChildren()) {

Completed in 305 milliseconds

12