|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
com.bea.xml.stream.util.CircularQueue
| Constructor Summary | |
CircularQueue()
|
|
CircularQueue(int c)
|
|
CircularQueue(int c,
int mc)
|
|
| Method Summary | |
boolean |
add(Object obj)
|
int |
capacity()
|
void |
clear()
|
Object |
clone()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
Object |
peek()
|
Object |
remove()
|
int |
size()
|
String |
toString()
|
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
| Constructor Detail |
public CircularQueue()
public CircularQueue(int c)
public CircularQueue(int c,
int mc)
| Method Detail |
public boolean add(Object obj)
public Object remove()
public boolean isEmpty()
public int size()
public int capacity()
public Object peek()
public void clear()
public Object clone()
public String toString()
public Iterator iterator()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||