Fórumok

array

ildar i, módosítva 12 év-val korábban

array

Regular Member Bejegyzések: 158 Csatlakozás dátuma: 2011.12.12. Legújabb bejegyzések
Many utilities in the liferay, is there a search function element in the array?
Something like
*Util*array.getElement (array [], str)
thumbnail
Sandeep Nair, módosítva 12 év-val korábban

RE: array

Liferay Legend Bejegyzések: 1744 Csatlakozás dátuma: 2008.11.06. Legújabb bejegyzések
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, módosítva 12 év-val korábban

RE: array

Regular Member Bejegyzések: 158 Csatlakozás dátuma: 2011.12.12. Legújabb bejegyzések
thank you very much