Package com.intellij.util.containers
Class IntObjectCache.CacheEntry<T>
- java.lang.Object
-
- com.intellij.util.containers.IntObjectCache.CacheEntry<T>
-
- Enclosing class:
- IntObjectCache<T>
protected static class IntObjectCache.CacheEntry<T> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CacheEntry()
-
-
-
Field Detail
-
key
public int key
-
value
public T value
-
prev
public int prev
-
next
public int next
-
hash_next
public int hash_next
-
-