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
  • Field Details

    • value

      public W value
    • counter

      int counter
  • Constructor Details

    • LFUCacheEntryWithCounter

      public LFUCacheEntryWithCounter(W value)