up: BOX     index Zimbu documentation

CLASS BOX.ListKeyIterator<Titem> @public

summary

     

The iterator that list<Titem>.KeyIterator() returns.

 
Implements I.KeyIterator<int, Titem>
 
NEW(items) @public  Create an iterator for items.
$hasNext() bool @public  Implements I.KeyIterator
$next() int, Titem @public  Implements I.KeyIterator
$peekSupported() bool @public  Implements I.KeyIterator
$peek() int, Titem @public  Implements I.KeyIterator
 

members (alphabetically)

     

PROC NEW(list<Titem> items) @public

     

Create an iterator for items.

FUNC $hasNext() bool @public

     

Implements I.KeyIterator

FUNC $next() int, Titem @public

     

Implements I.KeyIterator

FUNC $peek() int, Titem @public

     

Implements I.KeyIterator

FUNC $peekSupported() bool @public

     

Implements I.KeyIterator

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