Package org.apache.cxf.helpers
Class CastUtils
java.lang.Object
org.apache.cxf.helpers.CastUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Collection<T>
cast
(Collection<?> p) static <T> Collection<T>
cast
(Collection<?> p, Class<T> cls) static <T,
U> Dictionary<T, U> cast
(Dictionary<?, ?> p) static <T,
U> Dictionary<T, U> cast
(Dictionary<?, ?> p, Class<T> t, Class<U> u) static <T> Enumeration<T>
cast
(Enumeration<?> p) static <T> Enumeration<T>
cast
(Enumeration<?> 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>
-
Method Details
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-