类 SortSetCache.SortSetCursor
java.lang.Object
cn.myafx.cache.base.SortSetCache.SortSetCursor
- 所有已实现的接口:
ICacheCursor<SortSetModel<T>>,Closeable,AutoCloseable,Iterator<SortSetModel<T>>
- 封闭类:
- SortSetCache<T>
-
构造器概要
构造器构造器说明SortSetCursor(org.springframework.data.redis.core.Cursor<org.springframework.data.redis.connection.zset.Tuple> cursor, Class<T> valueClazz) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Iterator
forEachRemaining, remove
-
构造器详细资料
-
SortSetCursor
-
-
方法详细资料
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-
hasNext
public boolean hasNext()- 指定者:
hasNext在接口中Iterator<SortSetModel<T>>
-
next
- 指定者:
next在接口中Iterator<SortSetModel<T>>
-