public static final class Sandbox.BlackSet extends Sandbox.Names
Constructor | Description |
---|---|
BlackSet() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
add(java.lang.String name) |
Adds a name to this set.
|
java.lang.String |
get(java.lang.String name) |
Whether a given name is allowed or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alias
public BlackSet()
public boolean add(java.lang.String name)
Sandbox.Names
add
in class Sandbox.Names
name
- the name to addpublic java.lang.String get(java.lang.String name)
Sandbox.Names
get
in class Sandbox.Names
name
- the method/property name to check