/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/ |
H A D | DraftCNDbIterator.java | 117 * Skip to the next record of the database. 118 * @return true if has next, false elsewhere 122 public boolean next() method in class:DraftCNDbIterator 125 return draftCNDbCursor.next();
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | AttributeValueIterable.java | 141 * Retrieves the next attribute value in the set. 143 * @return The next attribute value in the set. 148 public AttributeValue next() method in class:AttributeValueIterable.AttributeValueIterator 155 AttributeValue value = valueIterator.next(); 157 // We've reached the end of this array list, so skip to the next 191 Attribute attribute = attributeIterator.next();
|
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 88 * words, returns <tt>true</tt> if <tt>next</tt> would return an element 99 * Returns the next element in the iteration. Calling this method 103 * @return the next element in the iteration. 107 public EntryID next() method in class:IDSetIterator 121 * call to <tt>next</tt>. The behavior of an iterator is unspecified if
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 89 * words, returns <tt>true</tt> if <tt>next</tt> would return an element 100 * Returns the next element in the iteration. Calling this method 104 * @return the next element in the iteration. 108 public EntryID next() method in class:IDSetIterator 122 * call to <tt>next</tt>. The behavior of an iterator is unspecified if
|
H A D | IndexIteratorRange.java | 65 * returns <tt>true</tt> if <tt>next</tt> would return an element rather than 78 * Returns the next element in the iteration. Calling this method repeatedly 82 * @return the next element in the iteration. 86 public EntryID next() throws NoSuchElementException method in class:IndexIteratorRange 103 * call to <tt>next</tt>. The behavior of an iterator is unspecified if the
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | SequentialDBCursor.java | 47 * and needs to be moved forward by calling {@link DBCursor#next()}. 68 public boolean next() method in class:SequentialDBCursor
|
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | FileChangeNumberIndexDBCursor.java | 67 public boolean next() throws ChangelogException method in class:FileChangeNumberIndexDBCursor 69 return cursor.next();
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | AttributeValueIterable.java | 140 * Retrieves the next attribute value in the set. 142 * @return The next attribute value in the set. 147 public AttributeValue next() method in class:AttributeValueIterable.AttributeValueIterator 154 AttributeValue value = valueIterator.next(); 156 // We've reached the end of this array list, so skip to the next 190 Attribute attribute = attributeIterator.next();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 89 * words, returns <tt>true</tt> if <tt>next</tt> would return an element 100 * Returns the next element in the iteration. Calling this method 104 * @return the next element in the iteration. 108 public EntryID next() method in class:IDSetIterator 122 * call to <tt>next</tt>. The behavior of an iterator is unspecified if
|
H A D | IndexIteratorRange.java | 65 * returns <tt>true</tt> if <tt>next</tt> would return an element rather than 78 * Returns the next element in the iteration. Calling this method repeatedly 82 * @return the next element in the iteration. 86 public EntryID next() throws NoSuchElementException method in class:IndexIteratorRange 103 * call to <tt>next</tt>. The behavior of an iterator is unspecified if the
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/ |
H A D | DraftCNDbIterator.java | 117 * Skip to the next record of the database. 118 * @return true if has next, false elsewhere 122 public boolean next() method in class:DraftCNDbIterator 125 return draftCNDbCursor.next();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | AttributeValueIterable.java | 141 * Retrieves the next attribute value in the set. 143 * @return The next attribute value in the set. 148 public AttributeValue next() method in class:AttributeValueIterable.AttributeValueIterator 155 AttributeValue value = valueIterator.next(); 157 // We've reached the end of this array list, so skip to the next 191 Attribute attribute = attributeIterator.next();
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | SequentialDBCursor.java | 47 * and needs to be moved forward by calling {@link DBCursor#next()}. 68 public boolean next() method in class:SequentialDBCursor
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/ |
H A D | DraftCNDbIterator.java | 117 * Skip to the next record of the database. 118 * @return true if has next, false elsewhere 122 public boolean next() method in class:DraftCNDbIterator 125 return draftCNDbCursor.next();
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | AttributeValueIterable.java | 141 * Retrieves the next attribute value in the set. 143 * @return The next attribute value in the set. 148 public AttributeValue next() method in class:AttributeValueIterable.AttributeValueIterator 155 AttributeValue value = valueIterator.next(); 157 // We've reached the end of this array list, so skip to the next 191 Attribute attribute = attributeIterator.next();
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 88 * words, returns <tt>true</tt> if <tt>next</tt> would return an element 99 * Returns the next element in the iteration. Calling this method 103 * @return the next element in the iteration. 107 public EntryID next() method in class:IDSetIterator 121 * call to <tt>next</tt>. The behavior of an iterator is unspecified if
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | FileChangeNumberIndexDBCursor.java | 67 public boolean next() throws ChangelogException method in class:FileChangeNumberIndexDBCursor 69 return cursor.next();
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | AttributeValueIterable.java | 140 * Retrieves the next attribute value in the set. 142 * @return The next attribute value in the set. 147 public AttributeValue next() method in class:AttributeValueIterable.AttributeValueIterator 154 AttributeValue value = valueIterator.next(); 156 // We've reached the end of this array list, so skip to the next 190 Attribute attribute = attributeIterator.next();
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IDSetIterator.java | 89 * words, returns <tt>true</tt> if <tt>next</tt> would return an element 100 * Returns the next element in the iteration. Calling this method 104 * @return the next element in the iteration. 108 public EntryID next() method in class:IDSetIterator 122 * call to <tt>next</tt>. The behavior of an iterator is unspecified if
|
H A D | IndexIteratorRange.java | 65 * returns <tt>true</tt> if <tt>next</tt> would return an element rather than 78 * Returns the next element in the iteration. Calling this method repeatedly 82 * @return the next element in the iteration. 86 public EntryID next() throws NoSuchElementException method in class:IndexIteratorRange 103 * call to <tt>next</tt>. The behavior of an iterator is unspecified if the
|
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/ |
H A D | ResourceApiVersionRoutingFilter.java | 50 void handle(Request request, Response response, RestletRouter next) { argument 52 next.handle(apiVersionRouterContext, request, response);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/ |
H A D | SimpleIterator.java | 65 public Object next() { method in class:SimpleIterator 66 return items.next();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/ |
H A D | EmbeddedSearchResultIterator.java | 74 SearchResultEntry entry = (SearchResultEntry)resultIter.next(); 79 entry = (SearchResultEntry)resultIter.next(); 94 public SMSDataEntry next() { method in class:EmbeddedSearchResultIterator
|
H A D | SearchResultIterator.java | 101 public SMSDataEntry next() { method in class:SearchResultIterator
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/ |
H A D | SequentialCursor.java | 39 * Moves this cursor to the next record in the tree. 41 * @return {@code true} if the cursor has moved to the next record, 42 * {@code false} if no next record exists leaving cursor 45 boolean next(); method in interface:SequentialCursor 73 * cursor. In particular, {@link #next()} must be called in order to point to the next record. The behavior of
|