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 classDelegatingDeque<E>DelegatingDequeclassDelegatingQueue<E>DelegatingQueueclassReversedDeque<E>Reverse orderedDequebased 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 interfaceWrapperProcessor<W extends Wrapper>A processor interface for handlingWrapperinstances.Subinterfaces of Wrapper in io.microsphere.lang Modifier and Type Interface Description interfaceDelegatingWrapperA delegatingWrapperinterface that provides default implementations for unwrapping and checking wrapped object types.
-