コード例 #1
0
ファイル: StorageDirView.java プロジェクト: kaka1992/tachyon
 /**
  * Get the index of this Dir
  *
  * @return index of the dir
  */
 public int getDirViewIndex() {
   return mDir.getDirIndex();
 }