I am seeing that in the javadocs the accessibility specifier for Interface methods is not specified explicitly.
e.g. for interfaces Iterator or Comparable none of the methods have their accessibility modifier specified.
But for classes e.g. ArrayList the methods have their accessibility modifier specified. Why so ?