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
class LFUCacheEntryWithCounter<W> extends Object
An entry in a least-recently-used cache
-
-
Constructor Summary
Constructors Constructor Description LFUCacheEntryWithCounter(W value)
-