Skip navigation links
oracle.xml.util
Class Queue
java.lang.Object
oracle.xml.util.Queue
-
public class Queue
- extends java.lang.Object
Constructor Summary |
Queue(int size)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Queue
public Queue(int size)
insert
public void insert(java.lang.Object o)
remove
public java.lang.Object remove()
peek
public java.lang.Object peek()
peek
public java.lang.Object peek(int offset)
isEmpty
public boolean isEmpty()
isFull
public boolean isFull()
size
public int size()
Skip navigation links
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.