org.cdlib.xtf.textIndexer
Class DocSelCache.Entry

Object
  extended by DocSelCache.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
DocSelCache

static class DocSelCache.Entry
extends Object
implements Serializable

One entry in the docSelector cache


Field Summary
(package private)  boolean anyProcessed
           
(package private)  String filesAndTimes
           
 
Constructor Summary
DocSelCache.Entry()
           
DocSelCache.Entry(String filesAndTimes, boolean anyProcessed)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filesAndTimes

String filesAndTimes

anyProcessed

boolean anyProcessed
Constructor Detail

DocSelCache.Entry

DocSelCache.Entry()

DocSelCache.Entry

DocSelCache.Entry(String filesAndTimes,
                  boolean anyProcessed)