Package com.stimulsoft.lib.utils
Class StiCollectionsUtil
java.lang.Object
com.stimulsoft.lib.utils.StiCollectionsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends IStiName>
booleanstatic <T extends IStiName>
TgetElement(ArrayList<T> collection, String name, Class<? extends T> classElement, boolean showWarning) static <T extends IStiName>
TgetElementOrNull(ArrayList<T> collection, String name, Class<? extends T> classElement) static <T extends IStiName>
intstatic <T extends IStiName>
voidsortByName(ArrayList<T> collection) static <T> List<T>
-
Constructor Details
-
StiCollectionsUtil
public StiCollectionsUtil()
-
-
Method Details
-
getElement
-
getElementOrNull
-
getIndex
-
contains
-
sortByName
-
toList
-