Package org.cyclos.server.utils
Class GeneralHelper
- java.lang.Object
-
- org.cyclos.server.utils.GeneralHelper
-
public class GeneralHelper extends Object
General utility functions
-
-
Constructor Summary
Constructors Constructor Description GeneralHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Enum<E>>
Collection<String>asStringList(Collection<E> list)Given list of Enum values, return a list of strings with the name of Enum Values
-
-
-
Method Detail
-
asStringList
public static <E extends Enum<E>> Collection<String> asStringList(Collection<E> list)
Given list of Enum values, return a list of strings with the name of Enum Values- Type Parameters:
E- v- Parameters:
list-- Returns:
-
-