public class TTLBag<E> extends Object
TTLBag(long timeToLive)
void
add(E item)
List<E>
currentItems()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TTLBag(long timeToLive)
public void add(E item)
public List<E> currentItems()
Copyright © 2018–2019. All rights reserved.