isEmpty

private fun isEmpty(): Boolean

mItemList will be judged to be empty when it is in the following two situations:

  1. mItemList itself is empty.

  2. mItemList has only one element, and this element is mEmptyItem.

Since

1.2.0