up: SORTEDLIST | index | Zimbu documentation |
Iterator for sortedList. Mostly like BOX.ListIterator, but set() and add() are not supported. Implements I.Iterator<Titem> Implements I.BidiIterator<Titem> Implements I.MutateIterator<Titem>
|
FUNC $add(Titem item) status @replace @public
FUNC $addSupported() bool @replace @public
FUNC $insert(Titem item) status @replace @public
FUNC $insertSupported() bool @replace @public
FUNC $set(Titem item) status @replace @public
FUNC $setSupported() bool @replace @public
|
Copyright 2013 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |