org.clapper.util.misc.test
Class TestLRUMap
- java.lang.Object
-
- org.clapper.util.cmdline.CommandLineUtility
-
- org.clapper.util.misc.test.TestLRUMap
-
- All Implemented Interfaces:
- java.util.EventListener, ObjectRemovalListener
public class TestLRUMap extends CommandLineUtility implements ObjectRemovalListener
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)voidobjectRemoved(ObjectRemovalEvent event)This method gets called when an object is removed from a store.-
Methods inherited from class org.clapper.util.cmdline.CommandLineUtility
execute
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
objectRemoved
public void objectRemoved(ObjectRemovalEvent event)
Description copied from interface:ObjectRemovalListenerThis method gets called when an object is removed from a store.- Specified by:
objectRemovedin interfaceObjectRemovalListener- Parameters:
event- the ObjectRemovalEvent event
-
-
DMelt 3.0 © DataMelt by jWork.ORG