Methods' Summary |
has |
|
insert |
inserts the given element into this container.
|
remove |
removes the given element from this container.
|
Methods' Details |
has
boolean |
has( |
[in] any |
aElement ); |
- Returns
- true if the given element is a member of this container,
otherwise false.
|
|
insert
- Description
- inserts the given element into this container.
|
|
remove
- Description
- removes the given element from this container.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.