Uses of Class
io.microsphere.collection.AbstractDeque
-
Packages that use AbstractDeque Package Description io.microsphere.collection -
-
Uses of AbstractDeque in io.microsphere.collection
Subclasses of AbstractDeque in io.microsphere.collection Modifier and Type Class Description class
EmptyDeque<E>
An empty and immutableDeque
implementation that throwsUnsupportedOperationException
for methods that attempt to modify the deque, and returns appropriate default values for read-only operations.class
SingletonDeque<E>
ADeque
implementation that holds a single, immutable element.
-