org.objectweb.jac.util
Class WeakList
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--org.objectweb.jac.util.WeakList
- All Implemented Interfaces:
- Collection, List
- public class WeakList
- extends AbstractList
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList |
WeakList
public WeakList()
add
public boolean add(Object o)
- Specified by:
add in interface List- Overrides:
add 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 List- Specified by:
size in class AbstractCollection
remove
public Object remove(int index)
- Specified by:
remove in interface List- Overrides:
remove in class AbstractList