ariba.ui.aribaweb.util
Class StringSet
java.lang.Object
ariba.ui.aribaweb.util.StringSet
public final class StringSet
- extends Object
StringSet is a basic container of Strings. It provides
constant-time lookups and insertions.
|
Method Summary |
boolean |
contains(String str)
Returns true if the set contains the string, false otherwise |
void |
put(String str)
Add a string to the set |
StringSet
public StringSet()
put
public void put(String str)
- Add a string to the set
contains
public boolean contains(String str)
- Returns true if the set contains the string, false otherwise
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.