fs
. If no such feature structure exists in the underlying collection, set the iterator to the "insertion point" for fs
, i.e., to a point where the current feature structure is greater than fs
, and the previous one is less than fs
.
@param fs The feature structure the iterator should be set to.
@exception ConcurrentModificationException if the underlying indexes being iterated over were modified
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|