wt.fc.collections
Class AbstractWTList.ConnectCache
java.lang.Object
wt.fc.collections.AbstractWTList.ConnectCache
- Enclosing class:
- AbstractWTList
- private class AbstractWTList.ConnectCache
- extends Object
Used to optimize the indexOf call required by connect.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expectedModcout
private int expectedModcout
cache
private final Map cache
AbstractWTList.ConnectCache
AbstractWTList.ConnectCache()
add
private void add(int idx,
WTReference r)
set
private void set(WTReference old_ref,
WTReference new_ref)
indexOf
private int indexOf(WTReference r)
init
private void init()