Searched defs:selected (Results 1 - 1 of 1) sorted by relevance

/art/tools/ahat/src/
H A DSubsetSelector.java39 * the limit selectors selected value.
53 // Return the list of elements included in the selected subset.
54 public List<T> selected() { method in class:SubsetSelector
58 // Return the list of remaining elements not included in the selected subset.
64 * Returns the currently selected limit.
67 * @return the number of selected elements

Completed in 69 milliseconds