org.apache.accumulo.examples.wikisearch.iterator
Class BooleanLogicIterator.BooleanLogicTreeNodeComparator

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.iterator.BooleanLogicIterator.BooleanLogicTreeNodeComparator
All Implemented Interfaces:
Comparator<Object>
Enclosing class:
BooleanLogicIterator

public class BooleanLogicIterator.BooleanLogicTreeNodeComparator
extends Object
implements Comparator<Object>


Constructor Summary
BooleanLogicIterator.BooleanLogicTreeNodeComparator()
           
 
Method Summary
 int compare(Object o1, Object 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

BooleanLogicIterator.BooleanLogicTreeNodeComparator

public BooleanLogicIterator.BooleanLogicTreeNodeComparator()
Method Detail

compare

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


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