Generated by
JDiff

Class org.opengis.util.CodeList

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
boolean matches(String) Now deprecated.
Ignoring case, whitespace or other special characters are arbitrary decisions.
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.