Package com.biglybt.core.util
Class DebugWeakList
- java.lang.Object
-
- com.biglybt.core.util.DebugWeakList
-
public class DebugWeakList extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
DebugWeakList.WeakListIterator
-
Constructor Summary
Constructors Constructor Description DebugWeakList(java.lang.String _name)
DebugWeakList(java.lang.String _name, DebugWeakList l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.Object obj)
boolean
contains(java.lang.Object obj)
int
estimatedSize()
java.util.Iterator
iterator()
protected void
logRemoved(java.lang.Class cla)
void
remove(java.lang.Object obj)
-
-
-
Constructor Detail
-
DebugWeakList
public DebugWeakList(java.lang.String _name)
-
DebugWeakList
public DebugWeakList(java.lang.String _name, DebugWeakList l)
-
-
Method Detail
-
add
public void add(java.lang.Object obj)
-
remove
public void remove(java.lang.Object obj)
-
contains
public boolean contains(java.lang.Object obj)
-
logRemoved
protected void logRemoved(java.lang.Class cla)
-
iterator
public java.util.Iterator iterator()
-
estimatedSize
public int estimatedSize()
-
-