getItemPosition

open override fun getItemPosition(item: ITEM): Int

Returns the index of item within the current list.

현재 리스트에서 item의 인덱스를 반환합니다.

Return

The index if found, otherwise -1.

아이템이 존재하면 인덱스, 없으면 -1을 반환합니다.

Parameters

item

Target item to find.

조회할 대상 아이템입니다.