public interface NotesManager<E>
| Modifier and Type | Method and Description |
|---|---|
E |
getNote(int key)
Return the note associated with key,
|
E |
removeNote(int key)
Remove the note associated with the key token.
|
void |
setNote(int key,
E value)
Add a note.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.