public class UserObjectsImpl extends Object implements UserObjects
| Constructor and Description |
|---|
UserObjectsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getUserObject(String n) |
Set<String> |
names() |
void |
putUserObject(String n,
Object value) |
public Set<String> names()
names in interface UserObjectspublic Object getUserObject(String n)
getUserObject in interface UserObjectspublic void putUserObject(String n, Object value)
putUserObject in interface UserObjectsCopyright © 2021 vpc open source initiative. All rights reserved.