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 classEmptyDeque<E>An empty and immutableDequeimplementation that throwsUnsupportedOperationExceptionfor methods that attempt to modify the deque, and returns appropriate default values for read-only operations.classSingletonDeque<E>ADequeimplementation that holds a single, immutable element.
-