swap
Description:
[
Version ( since =
"2.2" ) ]
public void swap (
TreeIter a,
TreeIter b)
Swaps a
and b
in the same level of this.
Note that this function only works with unsorted stores.
Parameters:
this |
A TreeStore.
|
a |
A TreeIter.
|
b |
Another TreeIter.
|