JAC project
AOPSYS
CEDRIC & LIP6 labs

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


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)
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

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli