...
| Code Block | ||
|---|---|---|
| ||
public Integer getDataByIndex(int i) { /* no longer overloaded */ }
public String getDataByValue(Integer i) { /* no longer overloaded */ }
|
...
| Wiki Markup |
|---|
\[[API 2006|AA. Bibliography#API 06]\] [Interface Collection|http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html] \[[Bloch 2008|AA. Bibliography#Bloch 08]\] Item 41: Use overloading judiciously |
...
05. Methods (MET) 05. Methods (MET) MET02-J. Validate method parameters