Package org.codehaus.plexus.component
Class CastUtils
java.lang.Object
org.codehaus.plexus.component.CastUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collection<T>
cast
(Collection<?> p) static <T> Collection<T>
cast
(Collection<?> p, Class<T> cls) static <T> Iterator<T>
static <T> Iterator<T>
static <T> List<T>
static <T> List<T>
static <T,
U> Map.Entry<T, U> static <T,
U> Map.Entry<T, U> static <T,
U> Map<T, U> static <T,
U> Map<T, U> static <T> Set<T>
static <T> Set<T>
static boolean
isAssignableFrom
(Class<?> expected, Class<?> actual)
-
Method Details
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
isAssignableFrom
-