public class OptionList<E>
extends java.util.LinkedList<E>
History:
| Constructor and Description |
|---|
OptionList()
Create a option list object
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddOptionFlag(E obj)
Add an option flag into a given option list
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic void AddOptionFlag(E obj)
obj - an option flag to be added into option list Submit a bug or feature
Copyright © 2018 National Library of Medicine