gnu.trove
Class THashMap.EqProcedure

java.lang.Object
  extended by gnu.trove.THashMap.EqProcedure
All Implemented Interfaces:
TObjectObjectProcedure
Enclosing class:
THashMap

private static final class THashMap.EqProcedure
extends java.lang.Object
implements TObjectObjectProcedure


Field Summary
private  java.util.Map _otherMap
           
 
Constructor Summary
THashMap.EqProcedure(java.util.Map otherMap)
           
 
Method Summary
 boolean execute(java.lang.Object key, java.lang.Object value)
          Executes this procedure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_otherMap

private final java.util.Map _otherMap
Constructor Detail

THashMap.EqProcedure

THashMap.EqProcedure(java.util.Map otherMap)
Method Detail

execute

public final boolean execute(java.lang.Object key,
                             java.lang.Object value)
Description copied from interface: TObjectObjectProcedure
Executes this procedure. A false return value indicates that the application executing this procedure should not invoke this procedure again.

Specified by:
execute in interface TObjectObjectProcedure
Parameters:
key - an Object value
value - an Object value
Returns:
true if additional invocations of the procedure are allowed.