Uses of Interface
io.microsphere.lang.DelegatingWrapper
-
Packages that use DelegatingWrapper Package Description io.microsphere.collection io.microsphere.concurrent -
-
Uses of DelegatingWrapper in io.microsphere.collection
Classes in io.microsphere.collection that implement DelegatingWrapper Modifier and Type Class Description classDelegatingDeque<E>DelegatingDequeclassDelegatingIterator<E>A delegating implementation of theIteratorinterface that forwards all method calls to a delegate iterator.classDelegatingQueue<E>DelegatingQueueclassEmptyIterator<E>An empty and immutable implementation of theIteratorinterface.classReversedDeque<E>Reverse orderedDequebased on JDK 21java.util.ReverseOrderDequeView -
Uses of DelegatingWrapper in io.microsphere.concurrent
Classes in io.microsphere.concurrent that implement DelegatingWrapper Modifier and Type Class Description classDelegatingBlockingQueue<E>A delegating implementation ofBlockingQueuethat wraps anotherBlockingQueueinstance and forwards all method calls to it.
-