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

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeValueIterable.java105 private boolean hasNext; field in class:AttributeValueIterable.AttributeValueIterator
122 this.hasNext = skipNonMatchingAttributes();
125 this.hasNext = false;
135 public boolean hasNext() { method in class:AttributeValueIterable.AttributeValueIterator
137 return hasNext;
151 if (hasNext == false) {
159 if (valueIterator.hasNext() == false) {
160 hasNext = skipNonMatchingAttributes();
190 while (attributeIterator.hasNext()) {
195 if (valueIterator.hasNext()) {
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java104 private boolean hasNext; field in class:AttributeValueIterable.AttributeValueIterator
121 this.hasNext = skipNonMatchingAttributes();
124 this.hasNext = false;
134 public boolean hasNext() { method in class:AttributeValueIterable.AttributeValueIterator
136 return hasNext;
150 if (hasNext == false) {
158 if (valueIterator.hasNext() == false) {
159 hasNext = skipNonMatchingAttributes();
189 while (attributeIterator.hasNext()) {
194 if (valueIterator.hasNext()) {
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeValueIterable.java105 private boolean hasNext; field in class:AttributeValueIterable.AttributeValueIterator
122 this.hasNext = skipNonMatchingAttributes();
125 this.hasNext = false;
135 public boolean hasNext() { method in class:AttributeValueIterable.AttributeValueIterator
137 return hasNext;
151 if (hasNext == false) {
159 if (valueIterator.hasNext() == false) {
160 hasNext = skipNonMatchingAttributes();
190 while (attributeIterator.hasNext()) {
195 if (valueIterator.hasNext()) {
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java105 private boolean hasNext; field in class:AttributeValueIterable.AttributeValueIterator
122 this.hasNext = skipNonMatchingAttributes();
125 this.hasNext = false;
135 public boolean hasNext() { method in class:AttributeValueIterable.AttributeValueIterator
137 return hasNext;
151 if (hasNext == false) {
159 if (valueIterator.hasNext() == false) {
160 hasNext = skipNonMatchingAttributes();
190 while (attributeIterator.hasNext()) {
195 if (valueIterator.hasNext()) {
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeValueIterable.java104 private boolean hasNext; field in class:AttributeValueIterable.AttributeValueIterator
121 this.hasNext = skipNonMatchingAttributes();
124 this.hasNext = false;
134 public boolean hasNext() { method in class:AttributeValueIterable.AttributeValueIterator
136 return hasNext;
150 if (hasNext == false) {
158 if (valueIterator.hasNext() == false) {
159 hasNext = skipNonMatchingAttributes();
189 while (attributeIterator.hasNext()) {
194 if (valueIterator.hasNext()) {
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationIterator.java109 boolean hasNext;
116 hasNext = true;
135 hasNext = true;
139 hasNext = false;
145 hasNext = false;
149 return hasNext;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationIterator.java109 boolean hasNext;
116 hasNext = true;
135 hasNext = true;
139 hasNext = false;
145 hasNext = false;
149 return hasNext;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationIterator.java109 boolean hasNext;
116 hasNext = true;
135 hasNext = true;
139 hasNext = false;
145 hasNext = false;
149 return hasNext;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java72 while (it.hasNext()) {
79 while (it.hasNext()) {
99 while (it.hasNext()) {
119 while (it.hasNext()) {
139 while (it.hasNext()) {
159 while (it.hasNext()) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DAccessRightObject.java72 while (it.hasNext()) {
79 while (it.hasNext()) {
99 while (it.hasNext()) {
119 while (it.hasNext()) {
139 while (it.hasNext()) {
159 while (it.hasNext()) {
/forgerock/openam-v13/openam-scripting/src/test/js/
H A Dam-binding-mocks.js44 hasNext: function() {
/forgerock/openam/openam-scripting/src/test/js/
H A Dam-binding-mocks.js44 hasNext: function() {
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java183 public boolean hasNext() method in class:GSERParser
198 private boolean hasNext(Pattern pattern) method in class:GSERParser
200 if (!hasNext())
345 if (!hasNext(GSER_SEP))
368 if (!hasNext(GSER_STRING))
392 if (!hasNext(GSER_INTEGER))
413 if (!hasNext(GSER_INTEGER))
434 if (!hasNext(GSER_IDENTIFIER))
441 if (!hasNext(GSER_MSP))
463 if (!hasNext(GSER_CHOICE_IDENTIFIE
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java56 * Test the <CODE>hasNext</CODE> method.
62 assertTrue(parser.hasNext());
64 assertFalse(parser.hasNext());
80 assertFalse(parser.hasNext());
97 assertFalse(parser.hasNext());
150 if (parser.hasNext())
194 if (parser.hasNext())
258 if (parser.hasNext())
283 if (parser.hasNext())
326 if (parser.hasNext())
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java56 * Test the <CODE>hasNext</CODE> method.
62 assertTrue(parser.hasNext());
64 assertFalse(parser.hasNext());
80 assertFalse(parser.hasNext());
97 assertFalse(parser.hasNext());
150 if (parser.hasNext())
194 if (parser.hasNext())
258 if (parser.hasNext())
283 if (parser.hasNext())
326 if (parser.hasNext())
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java183 public boolean hasNext() method in class:GSERParser
198 private boolean hasNext(Pattern pattern) method in class:GSERParser
200 if (!hasNext())
345 if (!hasNext(GSER_SEP))
368 if (!hasNext(GSER_STRING))
392 if (!hasNext(GSER_INTEGER))
413 if (!hasNext(GSER_INTEGER))
434 if (!hasNext(GSER_IDENTIFIER))
441 if (!hasNext(GSER_MSP))
463 if (!hasNext(GSER_CHOICE_IDENTIFIE
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/asn1/
H A DGSERParser.java179 public boolean hasNext() method in class:GSERParser
194 private boolean hasNext(Pattern pattern) method in class:GSERParser
196 if (!hasNext())
341 if (!hasNext(GSER_SEP))
364 if (!hasNext(GSER_STRING))
388 if (!hasNext(GSER_INTEGER))
409 if (!hasNext(GSER_INTEGER))
430 if (!hasNext(GSER_IDENTIFIER))
437 if (!hasNext(GSER_MSP))
459 if (!hasNext(GSER_CHOICE_IDENTIFIE
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java55 * Test the <CODE>hasNext</CODE> method.
61 assertTrue(parser.hasNext());
63 assertFalse(parser.hasNext());
79 assertFalse(parser.hasNext());
96 assertFalse(parser.hasNext());
149 if (parser.hasNext())
193 if (parser.hasNext())
257 if (parser.hasNext())
282 if (parser.hasNext())
325 if (parser.hasNext())
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSearchResultIterator.java68 public boolean hasNext() { method in class:SearchResultIterator
70 if (results.hasNext()) {
74 return hasNext();
79 return hasNext();
91 debug.error("SearchResultIterator.hasNext", e);
94 debug.error("SearchResultIterator.hasNext: reference should be already handled", e);
95 return hasNext();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSearchResultIterator.java68 public boolean hasNext() { method in class:SearchResultIterator
70 if (results.hasNext()) {
74 return hasNext();
79 return hasNext();
91 debug.error("SearchResultIterator.hasNext", e);
94 debug.error("SearchResultIterator.hasNext: reference should be already handled", e);
95 return hasNext();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/
H A DInternalSessionStoreChain.java69 if (iterator.hasNext()) {
78 if (iterator.hasNext()) {
87 if (iterator.hasNext()) {
96 if (iterator.hasNext()) {
105 if (iterator.hasNext()) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java99 while (it.hasNext()) {
167 while (it.hasNext()) {
187 while (itr.hasNext()) {
221 while (itr.hasNext()) {
232 while (itr.hasNext()) {
249 while (itr.hasNext()) {
271 while (itr.hasNext()) {
277 while (itr.hasNext()) {
310 while (itr.hasNext()) {
322 while (itr.hasNext()) {
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMHashMap.java99 while (it.hasNext()) {
167 while (it.hasNext()) {
187 while (itr.hasNext()) {
221 while (itr.hasNext()) {
232 while (itr.hasNext()) {
249 while (itr.hasNext()) {
271 while (itr.hasNext()) {
277 while (itr.hasNext()) {
310 while (itr.hasNext()) {
322 while (itr.hasNext()) {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSimpleIterator.java52 public boolean hasNext() { method in class:SimpleIterator
56 return (items.hasNext());
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java60 while (hasNext()) {
70 public boolean hasNext() { method in class:BufferedIterator

Completed in 91 milliseconds

1234567891011>>