Uses of Class
com.helger.commons.collection.ECollectionBaseType
-
Packages that use ECollectionBaseType Package Description com.helger.commons.collection -
-
Uses of ECollectionBaseType in com.helger.commons.collection
Methods in com.helger.commons.collection that return ECollectionBaseType Modifier and Type Method Description static ECollectionBaseTypeCollectionHelper. getCollectionBaseTypeOfClass(Class<?> aClass)static ECollectionBaseTypeCollectionHelper. getCollectionBaseTypeOfObject(Object aObj)static ECollectionBaseTypeECollectionBaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ECollectionBaseType[]ECollectionBaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-