Example usage for Java javax.activation MimeTypeParameterList fields, constructors, methods, implement or subclass
The text is from its open source code.
MimeTypeParameterList(String parameterList) Constructs a new MimeTypeParameterList with the passed in data. |
String | get(String name) Retrieve the value associated with the given name, or null if there is no current association. |
Enumeration | getNames() Retrieve an enumeration of all the names in this list. |