All Classes and Interfaces

Class
Description
Labeled list implementation backed by an ArrayList.
As specified in the LabeledList interface, most of the methods that modify the list without specifying a label will fail with an UnsupportedOperationException.
An object that its only purpose is to serve an element from a List at defined duration.
This class doesn't execute any task, every CyclicSupplier.get() call make a calculation using current time in milliseconds.
An object with the same functionality of a Pair object with mutable contents.
This class provides utility methods to interact with its content.
An object that save classes from a code source.
This class offers utility methods to iterate hover cached classes.
An extension of the Deque interface that associates a label for each element.
Unlike Deque, this interface will fail with an UnsupportedOperationException when using most of the methods that modify the deque without specifying a label.
An extension of the List interface that associates a label for each element.
Unlike List, this interface will fail with an UnsupportedOperationException when using most of the methods that modify the list without specifying a label.
An implementation of the ListIterator interface compatible with labeled lists.
Unlike a standard ListIterator, this iterator requires a label to be specified when using the LabeledListIterator.set(Object) and LabeledListIterator.add(Object) methods.
An implementation of the Spliterator interface compatible with labeled collections.
Labeled list implementation backed by a LinkedList.
As specified in the LabeledList interface, most of the methods that modify the list without specifying a label will fail with an UnsupportedOperationException.
Indicates that a method declaration is intended to override another method declaration that may exist or not in a supertype.
Similar as Override but not intended to be verified on compilation.
An object that executes submitted Runnable tasks and return itself as cancellable objects.
Unlike Executor, this kind of object allows to execute delayed and repeatable tasks.