A C D E F L M R S T U 

A

append(String) - Method in class com.mindprod.fastcat.FastCat
append String
append(String...) - Method in class com.mindprod.fastcat.FastCat
append arbitrary number of strings
append(int) - Method in class com.mindprod.fastcat.FastCat
append int
append(char) - Method in class com.mindprod.fastcat.FastCat
append char
append(Object) - Method in class com.mindprod.fastcat.FastCat
append Object
append(Object...) - Method in class com.mindprod.fastcat.FastCat
append arbitrary number of Objects

C

clear() - Method in class com.mindprod.fastcat.FastCat
empty the concatenated String being created
com.mindprod.fastcat - package com.mindprod.fastcat
 

D

DummyString - Class in com.mindprod.fastcat
Demonstrate how a new efficient concatenating String constructor would work.
DummyString() - Constructor for class com.mindprod.fastcat.DummyString
Initializes a newly created String object so that it represents an empty character sequence.
DummyString(String...) - Constructor for class com.mindprod.fastcat.DummyString
concatenating String constructor

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.fastcat.FastCat
undisplayed copyright notice

F

FastCat - Class in com.mindprod.fastcat
Stripped down, fast replacement for StringBuilder and StringWriter to build concatenated Strings.
FastCat() - Constructor for class com.mindprod.fastcat.FastCat
no-arg constructor, defaults to 20 pieces as the estimate.
FastCat(int) - Constructor for class com.mindprod.fastcat.FastCat
constructor

L

length() - Method in class com.mindprod.fastcat.FastCat
current buffer length.

M

main(String[]) - Static method in class com.mindprod.fastcat.FastCat
test harness

R

room() - Method in class com.mindprod.fastcat.FastCat
how many unused slots are available for pieces? Not same as total number of chars that could append.

S

size() - Method in class com.mindprod.fastcat.FastCat
how many slots (used or unused) are available for pieces? Not same as total number of chars that could append.

T

toString() - Method in class com.mindprod.fastcat.FastCat
Get the concatenation of all the strings appended so far

U

used() - Method in class com.mindprod.fastcat.FastCat
how many used slot containing pieces? Not same as total number of chars appended.
A C D E F L M R S T U