Class CharacterCountTable
java.lang.Object
|
+--CharacterCountTable
- public class CharacterCountTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
size
protected int size
characters
protected CharacterCount[] characters
replaceDuplicates
public boolean replaceDuplicates
CharacterCountTable
public CharacterCountTable()
add
protected void add(CharacterCount cc)
isInTable
public boolean isInTable(CharacterCount c)
isInTable
public boolean isInTable(char c)
charAt
public char charAt(int index)
countFor
public int countFor(int index)
countFor
public int countFor(char c)
dump
public void dump()
length
public int length()