Class Options
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Options.OptionValue>,Collection<Options.OptionValue>,List<Options.OptionValue>,RandomAccess
@Deprecated
public class Options
extends ArrayList<Options.OptionValue>
implements List<Options.OptionValue>
Deprecated.
Internal use only
The Class Options. This class extends ArrayList<Options.OptionValue>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.The Interface OptionEnumerationType.static classDeprecated.The Class OptionListValue.static classDeprecated.The Class OptionValue.static enumDeprecated.The Enum PackageFormat extension OptionEnumerationTypestatic enumDeprecated.The Enum PreviewColorSpace extension OptionEnumerationTypestatic enumDeprecated.The Enum PreviewEncoding extension OptionEnumerationTypestatic enumDeprecated.The Enum PreviewFormat extension OptionEnumerationTypestatic enumDeprecated.The Enum PreviewQuality extension OptionEnumerationTypestatic enumDeprecated.The Enum PreviewTransparency extension OptionEnumerationTypestatic enumDeprecated.The Enum Scope extension OptionEnumerationTypestatic enumDeprecated.The Enum SnippetFlag extension OptionEnumerationTypestatic classDeprecated.The Class XmlAttribute. -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
Options
public Options()Deprecated.
-
-
Method Details
-
createEmpty
Deprecated.Creates the empty.- Returns:
- the options
-
add
Deprecated.Adds the option and value to list.- Parameters:
option- the optionvalue- the value- Throws:
InvalidArgumentException- the invalid argument exception
-
add
Deprecated.Adds the.- Parameters:
context- the context- Throws:
InvalidArgumentException- the invalid argument exception
-
remove
Deprecated.Removes the.- Parameters:
option- the option
-
toString
Deprecated.- Overrides:
toStringin classAbstractCollection<Options.OptionValue>
-