All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ants.NodeCache | +----ants.wrapper.AutoNodeCache
public AutoNodeCache(Node owner, int capacity, int duration)
public final synchronized Object get(int i)put
public final synchronized Object put(int i, Object value, int time)get
public final synchronized Object get(long l)put
public final synchronized Object put(long l, Object value, int time)get
public final synchronized Object get(int i1, long j1)put
public final synchronized Object put(int i1, long j1, Object value, int time)get
public final synchronized Object get(int i1, int i2, long j1)put
public final synchronized Object put(int i1, int i2, long j1, Object value, int time)
All Packages Class Hierarchy This Package Previous Next Index