|
||||||||||
| 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. |
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||