类 HashCache.HashCursor

java.lang.Object
cn.myafx.cache.base.HashCache.HashCursor
所有已实现的接口:
ICacheCursor<Map.Entry<TField,TValue>>, Closeable, AutoCloseable, Iterator<Map.Entry<TField,TValue>>
封闭类:
HashCache<TField,TValue>

public class HashCache.HashCursor extends Object implements ICacheCursor<Map.Entry<TField,TValue>>