[prev] 21 [next]

Collections (cont)

Typical operations on collections
  • create an empty collection
  • insert one item into the collection
  • remove one item from the collection
  • find an item in the collection
  • check properties of the collection (size,empty?)
  • drop the entire collection
  • display the collection