public class CharQueueDefault extends Object implements CharQueue
CharQueueDefault(Reader reader)
boolean
isEmpty()
char
peek()
peek(int ofset)
poll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CharQueueDefault(Reader reader)
public char peek()
CharQueue
peek
public char peek(int ofset)
ofset
public char poll()
poll
public boolean isEmpty()
isEmpty
Copyright © 2017. All rights reserved.