Class PagedChannelRandomAccessSource.MRU<E>
java.lang.Object
com.itextpdf.io.source.PagedChannelRandomAccessSource.MRU<E>
- Enclosing class:
PagedChannelRandomAccessSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe maximum number of entries held by this MRUprivate LinkedList<E> Backing list for managing the MRU -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
limit
private final int limitThe maximum number of entries held by this MRU -
queue
Backing list for managing the MRU
-
-
Constructor Details
-
MRU
public MRU(int limit) Constructs an MRU with the specified size- Parameters:
limit- the limit
-
-
Method Details
-
enqueue
-