gnu.trove
Class TFloatHashSet.HashProcedure

java.lang.Object
  extended by gnu.trove.TFloatHashSet.HashProcedure
All Implemented Interfaces:
TFloatProcedure
Enclosing class:
TFloatHashSet

private final class TFloatHashSet.HashProcedure
extends java.lang.Object
implements TFloatProcedure


Field Summary
private  int h
           
 
Constructor Summary
private TFloatHashSet.HashProcedure()
           
 
Method Summary
 boolean execute(float key)
          Executes this procedure.
 int getHashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

h

private int h
Constructor Detail

TFloatHashSet.HashProcedure

private TFloatHashSet.HashProcedure()
Method Detail

getHashCode

public int getHashCode()

execute

public final boolean execute(float key)
Description copied from interface: TFloatProcedure
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 TFloatProcedure
Parameters:
key - a value of type float
Returns:
true if additional invocations of the procedure are allowed.