Uses of Class
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheReplacementPolicyLRU.IdNode
Packages that use CacheReplacementPolicyLRU.IdNode
- 
Uses of CacheReplacementPolicyLRU.IdNode in se.liu.ida.hefquin.base.datastructures.impl.cache
Fields in se.liu.ida.hefquin.base.datastructures.impl.cache declared as CacheReplacementPolicyLRU.IdNodeModifier and TypeFieldDescriptionprotected CacheReplacementPolicyLRU<IdType,ObjectType, EntryType>.IdNode CacheReplacementPolicyLRU.headCacheReplacementPolicyLRU.IdNode.nextCacheReplacementPolicyLRU.IdNode.prevprotected CacheReplacementPolicyLRU<IdType,ObjectType, EntryType>.IdNode CacheReplacementPolicyLRU.tailFields in se.liu.ida.hefquin.base.datastructures.impl.cache with type parameters of type CacheReplacementPolicyLRU.IdNodeModifier and TypeFieldDescriptionprotected final Map<IdType,CacheReplacementPolicyLRU<IdType, ObjectType, EntryType>.IdNode> CacheReplacementPolicyLRU.nodesMethods in se.liu.ida.hefquin.base.datastructures.impl.cache with parameters of type CacheReplacementPolicyLRU.IdNodeModifier and TypeMethodDescriptionprotected voidCacheReplacementPolicyLRU.removeFromList(CacheReplacementPolicyLRU<IdType, ObjectType, EntryType>.IdNode n) Attention, this method does not remove n fromCacheReplacementPolicyLRU.nodes.Constructors in se.liu.ida.hefquin.base.datastructures.impl.cache with parameters of type CacheReplacementPolicyLRU.IdNodeModifierConstructorDescriptionIdNode(IdType id, CacheReplacementPolicyLRU<IdType, ObjectType, EntryType>.IdNode prev, CacheReplacementPolicyLRU<IdType, ObjectType, EntryType>.IdNode next)