Package com.exedio.cope.util
Class Cast
java.lang.Object
com.exedio.cope.util.Cast
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Collection<E>
castElements
(Class<E> clazz, Collection<?> c) static <X> X
verboseCast
(Class<X> clazz, Object o) Does the same asClass.cast(Object)
, but throws a ClassCastException with a more verbose message.
-
Method Details
-
verboseCast
Does the same asClass.cast(Object)
, but throws a ClassCastException with a more verbose message. -
castElements
-