Uses of Class
org.apache.directory.api.ldap.model.cursor.Tuple

Packages that use Tuple
org.apache.directory.api.ldap.model.cursor   
 

Uses of Tuple in org.apache.directory.api.ldap.model.cursor
 

Methods in org.apache.directory.api.ldap.model.cursor that return Tuple
 Tuple<K,V> Tuple.setBoth(K key, V value)
          Sets both the key and the value for this Tuple in one call and returns this Tuple object.
 Tuple<K,V> Tuple.setBoth(Tuple<K,V> tupleToCopy)
          Sets both the key and the value for this Tuple in one call and returns this Tuple object.
 Tuple<K,V> Tuple.setKey(K key)
          Sets the key for this Tuple.
 Tuple<K,V> Tuple.setValue(V value)
          Sets the value for this Tuple.
 

Methods in org.apache.directory.api.ldap.model.cursor with parameters of type Tuple
 Tuple<K,V> Tuple.setBoth(Tuple<K,V> tupleToCopy)
          Sets both the key and the value for this Tuple in one call and returns this Tuple object.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.