public interface OptionDescriptors extends Iterable<OptionDescriptor>
OptionDescriptors.| Modifier and Type | Method and Description |
|---|---|
OptionDescriptor |
get(String value)
Gets the
OptionDescriptor matching a given option name or null if this option
descriptor set doesn't contain a matching option name. |
forEach, iterator, spliteratorOptionDescriptor get(String value)
OptionDescriptor matching a given option name or null if this option
descriptor set doesn't contain a matching option name.