A C E I M R S T

A

add(char) - Method in class CharBag
Adds c to this bag of characters.
add(char) - Method in class CharBagI
Adds c to this bag of characters.

C

CharBag - class CharBag.
CharBag.java Created: Mon Jan 20 13:03:08 2003
CharBag() - Constructor for class CharBag
Creates a new empty CharBag instance.
CharBag(StringBuffer) - Constructor for class CharBag
Creates a new CharBag instance containing all the chars of b.
CharBagI - class CharBagI.
CharBagI.java Created: Thur Jan 30 2003
CharBagI() - Constructor for class CharBagI
Creates a new empty CharBagI instance.
CharBagI(StringBuffer) - Constructor for class CharBagI
Creates a new CharBagI instance containing all the chars of b.
contains(char) - Method in class CharBag
Tests if c is in this bag of characters.
contains(char) - Method in class CharBagI
Tests if c is in this bag of characters.

E

equals(CharBag) - Method in class CharBag
Tests whether this bag and b have the same characters the same number of times.
equals(CharBagI) - Method in class CharBagI
Tests whether this bag and b have the same characters the same number of times.

I

isEmpty() - Method in class CharBag
Tests if this bag of characters is empty
isEmpty() - Method in class CharBagI
Tests if this bag of characters is empty
iterator() - Method in class CharBag
Not yet implemented.
iterator() - Method in class CharBagI
Creates and returns a new iterator for this CharBagI.

M

main(String[]) - Static method in class CharBagI
 

R

remove(char) - Method in class CharBag
Removes char from this bag of characters.
remove(char) - Method in class CharBagI
Removes char from this bag of characters.

S

size() - Method in class CharBag
Returns the number of characters in this bag of characters.
size() - Method in class CharBagI
Returns the number of characters in this bag of characters.

T

toString() - Method in class CharBag
Converts this bag of characters to a string.
toString() - Method in class CharBagI
Converts this bag of characters to a string.

A C E I M R S T