org.apache.activemq.broker.util
Class InsertionCountList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.apache.activemq.broker.util.InsertionCountList<T>
- All Implemented Interfaces:
- Iterable<T>, Collection<T>, List<T>
public class InsertionCountList<T>
- extends AbstractList<T>
|
Method Summary |
void |
add(int index,
T element)
|
T |
get(int index)
|
int |
size()
|
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
InsertionCountList
public InsertionCountList()
add
public void add(int index,
T element)
- Specified by:
add in interface List<T>- Overrides:
add in class AbstractList<T>
size
public int size()
- Specified by:
size in interface Collection<T>- Specified by:
size in interface List<T>- Specified by:
size in class AbstractCollection<T>
get
public T get(int index)
- Specified by:
get in interface List<T>- Specified by:
get in class AbstractList<T>
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.