Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This noncompliant code example defines a mutable class Employee that consists of the fields name and salary, whose values can be changed using the respective setters setEmployeeName() and setSalary() method. The equals() method is overridden to provide a comparison facility by employee name.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="60f6dc6d3883d64e-2c74128c-42d14e17-ad54987a-b88b24a010eb1bc26d132c7d"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

java.util.Interface Set<E> and java.util.Interface Map<K,V>

]]></ac:plain-text-body></ac:structured-macro>

...