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

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>)
      • org.springframework.data.redis.support.collections.AbstractRedisCollection<E> (implements org.springframework.data.redis.support.collections.RedisCollection<E>)
        • org.springframework.data.redis.support.collections.DefaultRedisList<E> (implements org.springframework.data.redis.support.collections.RedisList<E>)
        • org.springframework.data.redis.support.collections.DefaultRedisSet<E> (implements org.springframework.data.redis.support.collections.RedisSet<E>)
        • org.springframework.data.redis.support.collections.DefaultRedisZSet<E> (implements org.springframework.data.redis.support.collections.RedisZSet<E>)
    • org.springframework.data.redis.support.collections.CollectionUtils
    • org.springframework.data.redis.support.collections.DefaultRedisMap<K,V> (implements org.springframework.data.redis.support.collections.RedisMap<K,V>)
    • java.util.Dictionary<K,V>
    • org.springframework.data.redis.support.collections.RedisCollectionFactoryBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)

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