KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > Appendable > Top Examples

  • javolution.lang.TypeFormat
    <p> This class provides utility methods to parse <code>CharSequence</code> into primitive types and to format primitive types into an <code>Appendable</code>.</p> <p> Methods from this utility class <b>do not create temporary objects</b> and a ...
  • javolution.lang.TextBuilder
    <p> This class represents an {@link Appendable} text whose capacity expands gently without incurring expensive resize/copy operations ever.</p> <p> This class is not intended for large documents manipulations which should be performed with the {@link Text} class directly (<co ...
  • javolution.lang.Appendable
    <p> This class is equivalent to <code>java.lang.Appendable</code> and is moved (refactored) to the <code>java.lang</code> system package for applications targetting the J2SE 5.0+ run-time.</p> @author <a HREF="mailto:jean-marie@dautelle.com">Jean-Marie D ...
  • javolution.lang.TextFormat
    <p> This class represents the base format for text parsing and formatting; it supports {@link CharSequence} and {@link javolution.lang.Appendable} interfaces for greater flexibility.</p> <p> Changes to the current format (used by <code>valueOf(CharSequence)</code>, & ...
  • javolution.io.Utf8ByteBufferReader
    <p> This class represents a UTF-8 <code>j2me.nio.ByteBuffer</code> reader. </p> <p> This reader can be used for efficient decoding of native byte buffers (e.g. <code>MappedByteBuffer</code>), high-performance messaging (no intermediate buffer), etc.</p ...
Popular Tags