|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WritableSet
Provides write access to a set-type collection.
Method Summary | ||
---|---|---|
void |
add(Object element)
Adds an element to this set. |
|
boolean |
contains(Object element)
Determines if this set contains an element. |
|
void |
remove(Object element)
Removes an element from this set. |
|
void |
removeAll()
Removes all elements from this set. |
Method Detail |
---|
void add(Object element)
element
- Element to add.boolean contains(Object element)
element
- Element to look for.
void remove(Object element)
element
- Element to remove.void removeAll()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal