Hierarchy For Package org.springframework.data.redis.support.collections

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • org.springframework.data.redis.core.BoundKeyOperations<K>
    • org.springframework.data.redis.support.collections.RedisStore
      • org.springframework.data.redis.support.collections.RedisCollection<E>
        • org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>)
        • org.springframework.data.redis.support.collections.RedisSet<E> (also extends java.util.Set<E>)
        • org.springframework.data.redis.support.collections.RedisZSet<E> (also extends java.util.Set<E>)
      • org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends java.util.concurrent.ConcurrentMap<K,V>)
  • java.lang.Iterable<T>
    • java.util.Collection<E>
      • java.util.List<E>
        • org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
      • java.util.Queue<E>
      • java.util.Set<E>
        • org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
        • org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
  • java.util.Map<K,V>
    • java.util.concurrent.ConcurrentMap<K,V>
      • org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends org.springframework.data.redis.support.collections.RedisStore)

Enum Class Hierarchy