Hi,
I would like to translate the C++ itarator exemple of the OTBSoftwareGuide (chapter 23, page 533) in java.
But it seems that the ++i has not been wrapped in java. Do you know how I could do "iterator.next" ?
Thanks a lot,
Clément
P.S : here is my trouble :
for (iterator.GoToBegin(); !iterator.IsAtEnd() ; ???????){
}