Java org.apache.wicket.util.string PrependingStringBuffer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.string PrependingStringBuffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.string PrependingStringBuffer.

The text is from its open source code.

Constructor

PrependingStringBuffer(final int size)
Constructs this PrependingStringBuffer with the given buffer size.
PrependingStringBuffer(final String start)
Constructs and direct inserts the given string.
PrependingStringBuffer()
Default constructor, the internal initial buffer size will be 16

Method

intlength()
Returns the size of this PrependingStringBuffer
PrependingStringBufferprepend(final char ch)
Prepends one char to this PrependingStringBuffer
PrependingStringBufferprepend(final String str)
Prepends the string to this PrependingStringBuffer
StringtoString()