Searched defs:nextMatchingEntry (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java78 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
138 nextMatchingEntry = null;
149 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
231 nextMatchingEntry = memberEntry;
238 nextMatchingEntry = memberEntry;
265 nextMatchingEntry = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
326 Entry e = nextMatchingEntry;
327 nextMatchingEntry = null;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java77 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
137 nextMatchingEntry = null;
148 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
230 nextMatchingEntry = memberEntry;
237 nextMatchingEntry = memberEntry;
264 nextMatchingEntry = null;
281 return ((nextMatchingEntry != null) || (nextMembershipException != null));
325 Entry e = nextMatchingEntry;
326 nextMatchingEntry = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java78 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
138 nextMatchingEntry = null;
149 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
231 nextMatchingEntry = memberEntry;
238 nextMatchingEntry = memberEntry;
265 nextMatchingEntry = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
326 Entry e = nextMatchingEntry;
327 nextMatchingEntry = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java78 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
138 nextMatchingEntry = null;
149 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
231 nextMatchingEntry = memberEntry;
238 nextMatchingEntry = memberEntry;
265 nextMatchingEntry = null;
282 return ((nextMatchingEntry != null) || (nextMembershipException != null));
326 Entry e = nextMatchingEntry;
327 nextMatchingEntry = null;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java77 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
137 nextMatchingEntry = null;
148 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
230 nextMatchingEntry = memberEntry;
237 nextMatchingEntry = memberEntry;
264 nextMatchingEntry = null;
281 return ((nextMatchingEntry != null) || (nextMembershipException != null));
325 Entry e = nextMatchingEntry;
326 nextMatchingEntry = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DFilteredStaticGroupMemberList.java64 private Entry nextMatchingEntry; field in class:FilteredStaticGroupMemberList
116 * to retrieve a member. If {@code nextMatchingEntry} is non-{@code null},
187 nextMatchingEntry = memberEntry;
192 nextMatchingEntry = memberEntry;
213 nextMatchingEntry = null;
222 && (nextMatchingEntry != null || nextMembershipException != null);
254 Entry e = nextMatchingEntry;
255 nextMatchingEntry = null;

Completed in 31 milliseconds