item abstract method

E? item(
  1. int position
)

获取下标position数据项

Implementation

E? item(int position);