add(Object).
Method in class COM.objectspace.jgl.Queue
Add an object to my back.
add(Object).
Method in class COM.objectspace.jgl.SList
Add an object after my last element.
add(Object).
Method in class COM.objectspace.jgl.Stack
Push an object.
add(Object).
Method in class COM.objectspace.jgl.VectorArray
Add an object to myself.
add(Object, Object).
Method in class COM.objectspace.jgl.HashMap
If the key doesn't exist or duplicates are allowed, associate the value with the
key and return null, otherwise don't modify the map and return the current value
associated with the key.
add(Object, Object).
Method in class COM.objectspace.jgl.OrderedMap
If the key doesn't exist or duplicates are allowed, associate the value with the
key and return null, otherwise don't modify the map and return the current value
associated with the key.