Package jadex.commons.collection
Class LeaseTimeSet.Checker
- java.lang.Object
-
- jadex.commons.collection.LeaseTimeSet.Checker
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- LeaseTimeSet<E>
public class LeaseTimeSet.Checker extends java.lang.Object implements java.lang.Runnable
The checker for removing entries.
-
-
Constructor Summary
Constructors Constructor Description Checker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
Cancel the current wait.void
run()
The run method.
-