ariba.ui.aribaweb.util
Class StringSet

java.lang.Object
  extended by ariba.ui.aribaweb.util.StringSet

public final class StringSet
extends java.lang.Object

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

StringSet

public StringSet()
Method Detail

put

public void put(java.lang.String str)
Add a string to the set


contains

public boolean contains(java.lang.String str)
Returns true if the set contains the string, false otherwise



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.