Uses of Class
org.eclipse.nebula.widgets.xviewer.core.util.CollectionsUtil.CastOption
-
Packages that use CollectionsUtil.CastOption Package Description org.eclipse.nebula.widgets.xviewer.core.util -
-
Uses of CollectionsUtil.CastOption in org.eclipse.nebula.widgets.xviewer.core.util
Methods in org.eclipse.nebula.widgets.xviewer.core.util that return CollectionsUtil.CastOption Modifier and Type Method Description static CollectionsUtil.CastOption
CollectionsUtil.CastOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CollectionsUtil.CastOption[]
CollectionsUtil.CastOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.xviewer.core.util with parameters of type CollectionsUtil.CastOption Modifier and Type Method Description private static <A> java.util.List<A>
CollectionsUtil. cast(java.lang.Class<A> clazz, java.util.Collection<? extends java.lang.Object> objects, CollectionsUtil.CastOption castOption)
Cast objects to clazz
-