getItemOrNull

abstract fun getItemOrNull(position: Int): ITEM?

Returns item at position safely, or null.

지정 위치 아이템을 안전하게 조회하며 없으면 null을 반환합니다.