Home
last modified time | relevance | path

Searched refs:mSorter (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DFixedSizeArray.java38 private Sorter<T> mSorter; field in FixedSizeArray
48 mSorter = new StandardSorter<T>(); in FixedSizeArray()
59 mSorter = new StandardSorter<T>(); in FixedSizeArray()
248 mSorter.sort(mContents, mCount, mComparator);
275 mSorter = sorter;