Class IntObjectCache.CacheEntry<T>

    • Field Detail

      • key

        public int key
      • value

        public T value
      • prev

        public int prev
      • next

        public int next
      • hash_next

        public int hash_next
    • Constructor Detail

      • CacheEntry

        protected CacheEntry()