index Zimbu documentation

MODULE BOX @public

summary

     

Pieces for Boxes (Containers)

Still very much under development.

PIECE  MaxMin<Titem> @public  Provide max() and min() for any Box that has $Iterator() and the item supports Compare().
PIECE  Average<Titem> @public  Provide average() and total() for any Box that has $Iterator() and where the item type can be added up.
PIECE  ByItem<Titem> @public  Provide removeItem(Titem) and clearItem(Titem) for any Box that has find(Titem), remove(int) and clear(int)
CLASS  ListIterator<Titem> @public  The iterator that list<Titem>.Iterator() returns.
CLASS  ListKeyIterator<Titem> @public  The iterator that list<Titem>.KeyIterator() returns.
 

members (alphabetically)

     

license

      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