java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.collect.WeakPseudoList<T> |
Class Overview
A list of weak references. Holding objects in this list will not prevent them from being GC'ed.
This interface does not not abide to the usual Java List interface, hence the "pseudo".
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
WeakPseudoList
(int initialCapacity)
Public Methods
public
void
add
(int index, T e)
public
boolean
isEmpty
()
public
void
remove
(int index)
public
void
set
(int index, T e)