Class EvictingCharQueue
java.lang.Object
net.thevpc.common.collections.EvictingCharQueue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvictingCharQueue
public EvictingCharQueue(int max)
-
-
Method Details
-
clear
public void clear() -
size
public int size() -
get
public char get(int pos) -
add
public void add(char t) -
dump
-
toArray
public char[] toArray() -
toString
-