Package com.nt.udc.util.table
Class FlushElement
java.lang.Object
com.nt.udc.util.table.FlushElement
This class simply holds the information related to an element that
needs to be flushed by a Timer-related flush class.
-
Constructor Summary
ConstructorsConstructorDescriptionFlushElement
(Object key, long newTime) Creates the flush element object with the key of the actual element, and the time that elements will be flushed. -
Method Summary
-
Constructor Details
-
FlushElement
Creates the flush element object with the key of the actual element, and the time that elements will be flushed.
-
-
Method Details