E - The type of element which will go into the collection.public class RecentLinkedList<E> extends Object
LinkedList implementation which only records the last n elements dropping out the least recently used ones.| Constructor and Description |
|---|
RecentLinkedList(int limit)
Creates a new capacity limited list.
|
Copyright © 2016. All rights reserved.