Foros de discusión

array

ildar i, modificado hace 12 años.

array

Regular Member Mensajes: 158 Fecha de incorporación: 12/12/11 Mensajes recientes
Many utilities in the liferay, is there a search function element in the array?
Something like
*Util*array.getElement (array [], str)
thumbnail
Sandeep Nair, modificado hace 12 años.

RE: array

Liferay Legend Mensajes: 1744 Fecha de incorporación: 6/11/08 Mensajes recientes
Do you want to check if String is contained in the array then use

ArrayUtil.contains(Object[] array, Object value)

ArrayUtil is in the package com\liferay\portal\kernel\util

Regards,
Sandeep
ild i, modificado hace 12 años.

RE: array

Regular Member Mensajes: 158 Fecha de incorporación: 12/12/11 Mensajes recientes
thank you very much