Methods in com.ejie.r01f.util that throw CollectionConverterException |
static java.util.List |
CollectionUtils.convertObjectArrayIntoList(java.lang.Object[] inArray,
java.lang.String listImplName)
Convierte un array de objetos en una lista |
static java.util.Map |
CollectionUtils.convertArrayIntoMap(java.lang.Object theArray,
java.lang.String oidMemberName,
boolean useAccessors)
Convierte un array en mapa indexado por el valor de un miembro del objeto |
static java.util.Map |
CollectionUtils.convertListIntoMap(java.util.List theList,
java.lang.String oidMemberName,
boolean useAccessors)
Convierte una lista en mapa indexado por el valor de un miembro del objeto |