Generated by
JDiff

Class org.opengis.util.CodeList

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>, Filter) 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>, String) 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.