public class CharQueue extends Object
| Constructor and Description |
|---|
CharQueue(int length)
Create the queue with a fixed length.
|
public CharQueue(int length)
public void set(String s)
public void put(char c)
c - Copyright © 2005–2014 Alfresco Software. All rights reserved.