Wire.write and Wire.send

As per Arduino Reference Manual, send() and write() methods are functionally equivalent (Fig-1); but. send() method is not supported by my Wire.h Library (there is compilation error).


Figure-1: