Package ucar.nc2.dt.ugrid.rtree
Interface IntProcedure
-
- All Known Implementing Classes:
IntProcedureEntriesList,IntProcedureEntriesStack
public interface IntProcedureInterface that defines a procedure to be executed, that takes an int parameter (as modeled after the COLT IntProcedure)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(int id)
-