|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.util.StringSet
public final class StringSet
StringSet
is a basic container of Strings. It provides
constant-time lookups and insertions.
Constructor Summary | |
---|---|
StringSet()
|
Method Summary | |
---|---|
boolean |
contains(java.lang.String str)
Returns true if the set contains the string, false otherwise |
void |
put(java.lang.String str)
Add a string to the set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringSet()
Method Detail |
---|
public void put(java.lang.String str)
public boolean contains(java.lang.String str)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |