map
last edited 4 years ago by anahithov
description
The map one part of Mapparts is designed to keep the values according to their key. It stores one value per one key.The put method puts the values of the given key. The method remove deletes the values of the given key. The get method returns the VALUE of desired key.Finally the method getAll returns ALL values as array.
figure

inpins
- PUT - (Object key, Object value)
- REMOVE - (Object key)
- GET - (Object key)
- GETALL
outpins
- VALUE - outpin
- ALL - all values (Object[]) outpin
links to CVS
source org.vcb.parts.util.map.MapParts
configuration map.vcb