Uses of Class
com.healthmarketscience.common.util.AppendableExt

Packages that use AppendableExt
com.healthmarketscience.common.util   
 

Uses of AppendableExt in com.healthmarketscience.common.util
 

Subclasses of AppendableExt in com.healthmarketscience.common.util
 class StringAppendableExt
          Simple extension of AppendableExt that swallows IOExceptions under the assumption that it will generally be used with Appendables which do not actually throw any IOExceptions (i.e.
 

Methods in com.healthmarketscience.common.util that return AppendableExt
 AppendableExt AppendableExt.append(Appendee a)
          Will call the appendTo() method on the given object.
 AppendableExt AppendableExt.append(char c)
           
 AppendableExt AppendableExt.append(CharSequence s)
          
 AppendableExt AppendableExt.append(CharSequence s, int start, int end)
          
 AppendableExt AppendableExt.append(Iterable<?> iable, Object delimiter)
          Will iterate the given Iterable and append each object separated by the given delimiter.
 AppendableExt AppendableExt.append(Object o)
          Will call append(String.valueOf(o)) with the given object (unless the object is an Appendee or CharSequence in which case it will be passed to the appropriate method).
 

Methods in com.healthmarketscience.common.util with parameters of type AppendableExt
 void AppendeeObject.appendTo(AppendableExt a)
           
 void Appendee.appendTo(AppendableExt a)
          Appends this object to the given AppendableExt.
 



Copyright © 2006-2016 Health Market Science. All Rights Reserved.