程序包 cn.myafx.cache

接口 ICacheCursor<T>

所有超级接口:
AutoCloseable, Closeable, Iterator<T>
所有已知实现类:
HashCache.HashCursor, SetCache.SetCursor, SortSetCache.SortSetCursor

public interface ICacheCursor<T> extends Iterator<T>, Closeable