|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
boolean matches(String) |
Returns {@code true} if the given name matches the name, identifier or any other identification string of this code list element. |
| Added Methods | |
String[] names() |
Returns all the names of this code. |
CodeList<T> valueOf(Class<T>, |
Returns the code of the given type that matches the given criterion, or returns a new one if none match it. |
| Changed Methods | ||
CodeList<T> valueOf(Class<T>, |
Change in return type from CodeList to CodeList<T>. |
Returns the code of the given type that matches the given name, or returns a new one if none match it. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||