Class ObjectCache.CacheEntry<K,​V>

  • Enclosing class:
    ObjectCache<K,​V>

    protected static class ObjectCache.CacheEntry<K,​V>
    extends Object
    • Field Detail

      • key

        public K key
      • value

        public V value
      • prev

        public int prev
      • next

        public int next
      • hash_next

        public int hash_next
    • Constructor Detail

      • CacheEntry

        protected CacheEntry()