Uses of Class
org.apache.turbine.util.StringStackBuffer

Packages that use StringStackBuffer
org.apache.turbine.util   
 

Uses of StringStackBuffer in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return StringStackBuffer
 StringStackBuffer StringStackBuffer.add(java.lang.String s)
          Adds the String to the collection if it does not already contain it.
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 

Methods in org.apache.turbine.util with parameters of type StringStackBuffer
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.