Uses of Class
org.faktorips.devtools.abstraction.Wrappers.CollectionUnwrapper
-
Packages that use Wrappers.CollectionUnwrapper Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other) -
-
Uses of Wrappers.CollectionUnwrapper in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return Wrappers.CollectionUnwrapper Modifier and Type Method Description static Wrappers.CollectionUnwrapperWrappers. unwrap(java.util.Collection<? extends AAbstraction> wrappers)Returns aWrappers.CollectionUnwrapperthat allows unwrapping the given collection of wrappers to an array of the wrapped class.
-