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

Packages that use PrimUtils.IntComparator
org.apache.solr.util   
 

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-2012 Apache Software Foundation. All Rights Reserved.