|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the key typepublic interface SelectedKeys<E>
MapPM
Method Summary | |
---|---|
E |
getFirst()
Returns the first (topmost) selected key. |
boolean |
setAll(java.util.Collection<?> c)
Sets this selection to contain exactly the specified keys. |
boolean |
setAll(E... keys)
Sets this selection to contain exactly the specified keys. |
java.util.Collection<E> |
toCollection()
Returns a new Collection with all selected keys. |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
java.util.Collection<E> toCollection()
Collection
with all selected keys. Modification on
this collection will not influence the original selection.
Collection
with all selected keysE getFirst()
boolean setAll(java.util.Collection<?> c)
c
-
boolean setAll(E... keys)
keys
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |