public class TemporaryList<T> extends Object
TemporaryList
implements a list whose items are
automatically removed after a predefined timeout. When an item is
removed by timeout, listener can be called to handle the remove
operation.Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ITEM_TIMEOUT |
Constructor and Description |
---|
TemporaryList() |
TemporaryList(int timeout)
Creates a temporary list with the given timeout in milliseconds.
|
public static final int DEFAULT_ITEM_TIMEOUT
Copyright © 2016 SNMP4J.org. All rights reserved.