In the Adapter Pattern, some other class or object of another class is used so that methods with some useful names pass on their request to the other, existing class. More than one other class can be involved also, getting beyond the single inheritance limitations of Java.
Basic links: