Uses of Class
org.apache.solr.util.PrimUtils.IntComparator

Packages that use PrimUtils.IntComparator
org.apache.solr.util Common utility classes used throughout Solr 
 

Uses of PrimUtils.IntComparator in org.apache.solr.util
 

Methods in org.apache.solr.util with parameters of type PrimUtils.IntComparator
static void PrimUtils.sort(int start, int end, int[] array, PrimUtils.IntComparator comparator)
          Sort the integer array from "start" inclusive to "end" exclusive in ascending order, using the provided comparator.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.