org.opennms.netmgt.correlation
Class SoftReferenceList<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<T>
              extended by org.opennms.netmgt.correlation.SoftReferenceList<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class SoftReferenceList<T>
extends AbstractSequentialList<T>


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SoftReferenceList()
           
 
Method Summary
 ListIterator<T> listIterator(int index)
           
 void removeCollected()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, 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

SoftReferenceList

public SoftReferenceList()
Method Detail

listIterator

public ListIterator<T> listIterator(int index)
Specified by:
listIterator in interface List<T>
Specified by:
listIterator in class AbstractSequentialList<T>

removeCollected

public void removeCollected()

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>


Copyright ? 2007. All Rights Reserved.