You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

A bound method handle is a small struct containing one or more saved argument values, plus a target method handle which will eventually receive those arguments.

The file BoundMethodHandle.java contains a framework for generating these small structs, one subclass per basic type.

  • No labels