map

Document Actions
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

  1. PUT - (Object key, Object value)
  2. REMOVE - (Object key)
  3. GET - (Object key)
  4. GETALL

outpins

  1. VALUE - outpin
  2. ALL - all values (Object[]) outpin

links to CVS

source org.vcb.parts.util.map.MapParts

configuration map.vcb