If you have the cursor on a method then CTRL+SHIFT+I will popup the method implementation. If the method is an interface method, then you can use up- and down- arrows to cycle through the implementations:
Map m = ...
m.contains|Key("Wibble");
Where | is (for example) where your cursor is.