com.browseengine.bobo.util
Class IntBoundedPriorityQueue.IntComparator

java.lang.Object
  extended by com.browseengine.bobo.util.IntBoundedPriorityQueue.IntComparator
All Implemented Interfaces:
Comparator<Integer>
Enclosing class:
IntBoundedPriorityQueue

public abstract static class IntBoundedPriorityQueue.IntComparator
extends Object
implements Comparator<Integer>


Constructor Summary
IntBoundedPriorityQueue.IntComparator()
           
 
Method Summary
 int compare(int int1, int int2)
           
 
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
compare, equals
 

Constructor Detail

IntBoundedPriorityQueue.IntComparator

public IntBoundedPriorityQueue.IntComparator()
Method Detail

compare

public int compare(int int1,
                   int int2)


Copyright © 2011. All Rights Reserved.