- QuickList<E> - Class in graphana.util
-
Linked list implementation of the List interface.
- QuickList() - Constructor for class graphana.util.QuickList
-
Constructs an empty list.
- QuickList(Collection<? extends E>) - Constructor for class graphana.util.QuickList
-
Constructs a list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
- QuickList.Entry<E> - Class in graphana.util
-
- QuickList2<E> - Class in graphana.util
-
Linked list implementation of the List interface.
- QuickList2() - Constructor for class graphana.util.QuickList2
-
Constructs an empty list.
- QuickList2.Entry<E> - Class in graphana.util
-
- QUIT - Static variable in class scriptinterface.execution.returnvalues.ExecutionReturn
-
Supposed to quit the program if returned.