Uses of Interface
io.microsphere.lang.Wrapper
-
Packages that use Wrapper Package Description io.microsphere.collection io.microsphere.lang -
-
Uses of Wrapper in io.microsphere.collection
Classes in io.microsphere.collection that implement Wrapper Modifier and Type Class Description class
DelegatingDeque<E>
DelegatingDeque
class
DelegatingQueue<E>
DelegatingQueue
class
ReversedDeque<E>
Reverse orderedDeque
based on JDK 21java.util.ReverseOrderDequeView
-
Uses of Wrapper in io.microsphere.lang
Classes in io.microsphere.lang with type parameters of type Wrapper Modifier and Type Interface Description interface
WrapperProcessor<W extends Wrapper>
A processor interface for handlingWrapper
instances.Subinterfaces of Wrapper in io.microsphere.lang Modifier and Type Interface Description interface
DelegatingWrapper
A delegatingWrapper
interface that provides default implementations for unwrapping and checking wrapped object types.
-