org.objectweb.jac.util
Class WeakList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.objectweb.jac.util.WeakList
All Implemented Interfaces:
Collection, List

public class WeakList
extends AbstractList


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
WeakList()
           
 
Method Summary
 boolean add(Object o)
           
 Object get(int i)
           
 Object remove(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

WeakList

public WeakList()
Method Detail

add

public boolean add(Object o)

get

public Object get(int i)

size

public int size()

remove

public Object remove(int index)