If the methods are named clearly enough, they may not need any comments. Think about it from the perspective of -- "if I was seeing this code for the first time, would it be clear to me what it's doing and why?"
Note that I wanted the official Javadoc comments above public methods, but you may discover that many of your methods could (and should) be made private!