Package net.sf.saxon.expr.sort
Class LFUCacheEntryWithCounter<W>
java.lang.Object
net.sf.saxon.expr.sort.LFUCacheEntryWithCounter<W>
- Type Parameters:
W
- the type of object held in the cache
An entry in a least-recently-used cache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
counter
int counter
-
-
Constructor Details
-
LFUCacheEntryWithCounter
-