com.diasparsoftware.java.util
Class MapEntryClosure

java.lang.Object
  extended bycom.diasparsoftware.java.util.MapEntryClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

public abstract class MapEntryClosure
extends java.lang.Object
implements org.apache.commons.collections.Closure


Constructor Summary
MapEntryClosure()
           
 
Method Summary
abstract  void eachMapEntry(java.lang.Object key, java.lang.Object value)
           
 void execute(java.lang.Object each)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryClosure

public MapEntryClosure()
Method Detail

execute

public final void execute(java.lang.Object each)
Specified by:
execute in interface org.apache.commons.collections.Closure

eachMapEntry

public abstract void eachMapEntry(java.lang.Object key,
                                  java.lang.Object value)


Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.