org.apache.cxf.helpers
Class CastUtils
java.lang.Object
org.apache.cxf.helpers.CastUtils
public final class CastUtils
- extends Object
Method Summary |
static
|
cast(Collection<?> p)
|
static
|
cast(Collection<?> p,
Class<T> cls)
|
static
|
cast(Dictionary<?,?> p)
|
static
|
cast(Dictionary<?,?> p,
Class<T> t,
Class<U> u)
|
static
|
cast(Enumeration<?> p)
|
static
|
cast(Enumeration<?> p,
Class<T> cls)
|
static
|
cast(Iterator<?> p)
|
static
|
cast(Iterator<?> p,
Class<T> cls)
|
static
|
cast(List<?> p)
|
static
|
cast(List<?> p,
Class<T> cls)
|
static
|
cast(Map.Entry<?,?> p)
|
static
|
cast(Map.Entry<?,?> p,
Class<T> pc,
Class<U> uc)
|
static
|
cast(Map<?,?> p)
|
static
|
cast(Map<?,?> p,
Class<T> t,
Class<U> u)
|
static
|
cast(Set<?> p)
|
static
|
cast(Set<?> p,
Class<T> cls)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cast
public static <T,U> Map<T,U> cast(Map<?,?> p)
cast
public static <T,U> Map<T,U> cast(Map<?,?> p,
Class<T> t,
Class<U> u)
cast
public static <T,U> Dictionary<T,U> cast(Dictionary<?,?> p)
cast
public static <T,U> Dictionary<T,U> cast(Dictionary<?,?> p,
Class<T> t,
Class<U> u)
cast
public static <T> Collection<T> cast(Collection<?> p)
cast
public static <T> Collection<T> cast(Collection<?> p,
Class<T> cls)
cast
public static <T> List<T> cast(List<?> p)
cast
public static <T> List<T> cast(List<?> p,
Class<T> cls)
cast
public static <T> Iterator<T> cast(Iterator<?> p)
cast
public static <T> Iterator<T> cast(Iterator<?> p,
Class<T> cls)
cast
public static <T> Enumeration<T> cast(Enumeration<?> p)
cast
public static <T> Enumeration<T> cast(Enumeration<?> p,
Class<T> cls)
cast
public static <T> Set<T> cast(Set<?> p)
cast
public static <T> Set<T> cast(Set<?> p,
Class<T> cls)
cast
public static <T,U> Map.Entry<T,U> cast(Map.Entry<?,?> p)
cast
public static <T,U> Map.Entry<T,U> cast(Map.Entry<?,?> p,
Class<T> pc,
Class<U> uc)
Apache CXF