![]() |
Fruit DSKit
Common data structures for Fruit framework
|
Public Member Functions | |
| add ($data) | |
| add one data into the set, no-op if exists More... | |
| del ($data) | |
| delete data from the set, no-op if non-exists More... | |
| has ($data) | |
| detect if data is in the set More... | |
Public Member Functions inherited from Collection | |
| iterator () | |
| toArray () | |
| convert to array More... | |
| len () | |
| size of the collection More... | |
| add | ( | $data | ) |
add one data into the set, no-op if exists
Implemented in ArraySet.
| del | ( | $data | ) |
delete data from the set, no-op if non-exists
Implemented in ArraySet.
| has | ( | $data | ) |
detect if data is in the set
Implemented in ArraySet.
1.8.8