|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
java.util.AbstractCollection<E>
weblogic.utils.collections.CircularQueue<E>
public final class CircularQueue<E>
Provides a unsynchronized implementation of a circular queue.
| Method Summary | |
|---|---|
boolean |
add(E obj) |
int |
capacity() |
void |
clear() |
Object |
clone() |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
Object |
peek() |
E |
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, parallelStream, removeIf, spliterator, stream |
| Methods inherited from interface java.lang.Iterable |
|---|
forEach |
| Method Detail |
|---|
public boolean add(E obj)
add in interface Collection<E>add in class AbstractCollection<E>public E remove()
public boolean isEmpty()
isEmpty in interface Collection<E>isEmpty in class AbstractCollection<E>public int size()
size in interface Collection<E>size in class AbstractCollection<E>public int capacity()
public Object peek()
public void clear()
clear in interface Collection<E>clear in class AbstractCollection<E>public Object clone()
clone in class Objectpublic String toString()
toString in class AbstractCollection<E>public Iterator<E> iterator()
iterator in interface Iterable<E>iterator in interface Collection<E>iterator in class AbstractCollection<E>
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||