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