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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java976 private Iterator<AttributeValue> attrValIt = null; field in class:LDAPReplicationDomain.AttributeValueStringIterator
980 * @param attrValIt The underlying attribute iterator to use, assuming
983 public AttributeValueStringIterator(Iterator<AttributeValue> attrValIt) argument
985 this.attrValIt = attrValIt;
994 return attrValIt.hasNext();
1003 return attrValIt.next().getValue().toString();
1013 attrValIt.remove();
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java829 private final Iterator<AttributeValue> attrValIt; field in class:LDAPReplicationDomain.AttributeValueStringIterator
833 * @param attrValIt The underlying attribute iterator to use, assuming
836 AttributeValueStringIterator(Iterator<AttributeValue> attrValIt) argument
838 this.attrValIt = attrValIt;
845 return attrValIt.hasNext();
852 return attrValIt.next().getValue().toString();
860 attrValIt.remove();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java997 private Iterator<AttributeValue> attrValIt = null; field in class:LDAPReplicationDomain.AttributeValueStringIterator
1001 * @param attrValIt The underlying attribute iterator to use, assuming
1004 public AttributeValueStringIterator(Iterator<AttributeValue> attrValIt) argument
1006 this.attrValIt = attrValIt;
1015 return attrValIt.hasNext();
1024 return attrValIt.next().getValue().toString();
1034 attrValIt.remove();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java976 private Iterator<AttributeValue> attrValIt = null; field in class:LDAPReplicationDomain.AttributeValueStringIterator
980 * @param attrValIt The underlying attribute iterator to use, assuming
983 public AttributeValueStringIterator(Iterator<AttributeValue> attrValIt) argument
985 this.attrValIt = attrValIt;
994 return attrValIt.hasNext();
1003 return attrValIt.next().getValue().toString();
1013 attrValIt.remove();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java829 private final Iterator<AttributeValue> attrValIt; field in class:LDAPReplicationDomain.AttributeValueStringIterator
833 * @param attrValIt The underlying attribute iterator to use, assuming
836 AttributeValueStringIterator(Iterator<AttributeValue> attrValIt) argument
838 this.attrValIt = attrValIt;
845 return attrValIt.hasNext();
852 return attrValIt.next().getValue().toString();
860 attrValIt.remove();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java819 private final Iterator<ByteString> attrValIt; field in class:LDAPReplicationDomain.AttributeValueStringIterator
823 * @param attrValIt The underlying attribute iterator to use, assuming
826 AttributeValueStringIterator(Iterator<ByteString> attrValIt) argument
828 this.attrValIt = attrValIt;
834 return attrValIt.hasNext();
840 return attrValIt.next().toString();
847 attrValIt.remove();

Completed in 92 milliseconds