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

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

Completed in 60 milliseconds