Uses of Class
org.egothor.cache.fifo.FifoEntry

Packages that use FifoEntry
org.egothor.cache.fifo Provides classes that help implementing a cache using FIFO algorithm as an eviction policy. 
 

Uses of FifoEntry in org.egothor.cache.fifo
 

Fields in org.egothor.cache.fifo declared as FifoEntry
protected  FifoEntry<T> FifoEntry.next
          Entry that is next after this entry in a linked list.
protected  FifoEntry<T> FifoEntry.prev
          Entry that precedes this entry in a linked list.