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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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());
H A DTransactionTest.java790 while (i.hasNext()) {
806 while (i.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java150 while (iter.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java248 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSample.java232 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java230 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java232 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java239 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSample.java231 while (iterator.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java205 while (iter.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/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());
H A DBindingTest.java2077 if (i.hasNext()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java4072 while (elems.hasNext()){
4216 while (sites.hasNext()){

Completed in 242 milliseconds