org.apache.solr.util
Class PrimUtils.IntComparator

java.lang.Object
  extended by org.apache.solr.util.PrimUtils.IntComparator
Enclosing class:
PrimUtils

public abstract static class PrimUtils.IntComparator
extends Object


Constructor Summary
PrimUtils.IntComparator()
           
 
Method Summary
abstract  int compare(int a, int b)
           
 boolean equals(int a, int b)
           
 boolean lessThan(int a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimUtils.IntComparator

public PrimUtils.IntComparator()
Method Detail

compare

public abstract int compare(int a,
                            int b)

lessThan

public boolean lessThan(int a,
                        int b)

equals

public boolean equals(int a,
                      int b)


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