Uses of Class
org.apache.commons.collections.StringStack

Packages that use StringStack
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of StringStack in org.apache.commons.collections
 

Methods in org.apache.commons.collections that return StringStack
 StringStack StringStack.add(java.lang.String s)
          Deprecated. Adds the String to the collection if it does not already contain it.
 StringStack StringStack.addAll(StringStack ss)
          Deprecated. Adds all Strings in the given StringStack to the collection (skipping those it already contains)
 

Methods in org.apache.commons.collections with parameters of type StringStack
 StringStack StringStack.addAll(StringStack ss)
          Deprecated. Adds all Strings in the given StringStack to the collection (skipping those it already contains)
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.