What is this called?
This is a constructor from the Bits class from JBitTorrent API. It is perfectly valid:
public Bits and(Bits b){ /* something */ }
But there's a space in the method name. So whas is this called? I thought is "java multimethod" but it's not.
}was on its own line or//somethingwas/*something*/. – BoltClock♦ Aug 30 '11 at 13:54returnstatement ... but that's beside the point, as the method body is obviously not the focus of this question. – Joachim Sauer Aug 30 '11 at 13:59