com.sun.jmx.remote.opt.internal
Class ArrayQueue
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
com.sun.jmx.remote.opt.internal.ArrayQueue
- All Implemented Interfaces:
- Iterable, Collection, List
public class ArrayQueue
- extends AbstractList
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList |
ArrayQueue
public ArrayQueue(int capacity)
resize
public void resize(int newcapacity)
add
public boolean add(Object o)
- Specified by:
add in interface Collection- Specified by:
add in interface List- Overrides:
add in class AbstractList
remove
public Object remove(int i)
- Specified by:
remove in interface List- Overrides:
remove in class AbstractList
get
public Object get(int i)
- Specified by:
get in interface List- Specified by:
get in class AbstractList
size
public int size()
- Specified by:
size in interface Collection- Specified by:
size in interface List- Specified by:
size in class AbstractCollection
Copyright © 2014 Terracotta, Inc.. All rights reserved.