Fruit DSKit
Common data structures for Fruit framework
 All Data Structures Namespaces Files Functions
Public Member Functions
Collection Interface Reference
Inheritance diagram for Collection:
Bijection Set ArraySet

Public Member Functions

 iterator ()
 
 toArray ()
 convert to array More...
 
 len ()
 size of the collection More...
 

Detailed Description

Collection defines common methods of collection data structure.

Definition at line 8 of file Collection.php.

Member Function Documentation

iterator ( )

Returns an iterator to iterate this collection

Implemented in Bijection, and ArraySet.

len ( )

size of the collection

Implemented in Bijection, and ArraySet.

toArray ( )

convert to array

Implemented in Bijection, and ArraySet.


The documentation for this interface was generated from the following file: