Searched defs:next (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDraftCNDbIterator.java117 * 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 DAttributeValueIterable.java141 * 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 DIDSetIterator.java88 * 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 DIDSetIterator.java89 * 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 DIndexIteratorRange.java65 * 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 DSequentialDBCursor.java47 * 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 DFileChangeNumberIndexDBCursor.java67 public boolean next() throws ChangelogException method in class:FileChangeNumberIndexDBCursor
69 return cursor.next();
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java140 * 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 DIDSetIterator.java89 * 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 DIndexIteratorRange.java65 * 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 DDraftCNDbIterator.java117 * 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 DAttributeValueIterable.java141 * 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 DSequentialDBCursor.java47 * 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 DDraftCNDbIterator.java117 * 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 DAttributeValueIterable.java141 * 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 DIDSetIterator.java88 * 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 DFileChangeNumberIndexDBCursor.java67 public boolean next() throws ChangelogException method in class:FileChangeNumberIndexDBCursor
69 return cursor.next();
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java140 * 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 DIDSetIterator.java89 * 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 DIndexIteratorRange.java65 * 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 DResourceApiVersionRoutingFilter.java50 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 DSimpleIterator.java65 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 DEmbeddedSearchResultIterator.java74 SearchResultEntry entry = (SearchResultEntry)resultIter.next();
79 entry = (SearchResultEntry)resultIter.next();
94 public SMSDataEntry next() { method in class:EmbeddedSearchResultIterator
H A DSearchResultIterator.java101 public SMSDataEntry next() { method in class:SearchResultIterator
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DSequentialCursor.java39 * 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

Completed in 153 milliseconds

1234567891011>>