| | Container Class Reference (Site not responding. Last check: 2007-10-09) |
 | | If an item is found in this container with the same key (as determined by Containable::equals()), it is returned; otherwise, (not found) NULL is returned. |
 | | Other Container functions such as put() or remove() may (and probably will, depending on the particular container implementation) cause items to be relocated. |
 | | If the container only supports unique entries, an additional item (with the same key) may be removed from the container (and deleted is this container isDestructive()) In this case, -1 is returned (net loss in container size); otherwise, 0 is returned. |
| photoneffect.com /docs/api/libDS/class_Container.html (777 words) |