|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||