|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.common.util.WeakReferenceArrayList<T>
public class WeakReferenceArrayList<T>
An array list of weak references. List elements are removed as the weak references are broken.
Constructor Summary | |
---|---|
WeakReferenceArrayList()
|
Method Summary | |
---|---|
boolean |
add(T e)
|
void |
clear()
|
boolean |
isEmpty()
|
java.util.Iterator<T> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeakReferenceArrayList()
Method Detail |
---|
public boolean isEmpty()
public void clear()
public boolean add(T e)
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |