Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Most methods of a class call the same or a similar method on another object:
f() {delegate.f();}
(A class that mostly delegates its work is known as a middle man.)
For one thing, this can result from applying Hide Delegate to address Message Chains. Perhaps other features have moved out since then, and you're left with mostly delegating methods.