Interface IListModel<T>

    • Method Detail

      • getObject

        T getObject​(int index)
      • getIndicesOf

        int[] getIndicesOf​(java.util.List<T> objects)