org.apache.accumulo.core.iterators
Class IteratorUtil.IterInfoComparator

java.lang.Object
  extended by org.apache.accumulo.core.iterators.IteratorUtil.IterInfoComparator
All Implemented Interfaces:
Comparator<IterInfo>
Enclosing class:
IteratorUtil

public static class IteratorUtil.IterInfoComparator
extends Object
implements Comparator<IterInfo>


Constructor Summary
IteratorUtil.IterInfoComparator()
           
 
Method Summary
 int compare(IterInfo o1, IterInfo o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

IteratorUtil.IterInfoComparator

public IteratorUtil.IterInfoComparator()
Method Detail

compare

public int compare(IterInfo o1,
                   IterInfo o2)
Specified by:
compare in interface Comparator<IterInfo>


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.