类分层结构
- java.lang.Object
- com.fr.collections.cluster.redis.BaseIterator<V,E> (implements java.util.Iterator<E>)
- com.fr.collections.cluster.redis.RedisObject (implements com.fr.collections.cluster.redis.RedisCommandsResultCovert)
- com.fr.collections.cluster.redis.RedisList<V> (implements com.fr.collections.api.FineList<V>)
- com.fr.collections.cluster.redis.RedisQueue<V> (implements com.fr.collections.api.FineQueue<V>)
- com.fr.collections.cluster.redis.RedisMap<K,V> (implements com.fr.collections.api.FineMap<K,V>)
- com.fr.collections.cluster.redis.RedisSet<V> (implements com.fr.collections.api.FineSet<V>)
接口分层结构