net.sf.jga.util
Class IteratorComparator<T>

java.lang.Object
  extended by net.sf.jga.algorithms.Compare.IteratorComparator<T>
      extended by net.sf.jga.util.IteratorComparator<T>
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<java.util.Iterator<? extends T>>

Deprecated. Moved to a nested class of net.sf.jga.algorithms.Compare

public class IteratorComparator<T>
extends Compare.IteratorComparator<T>

Comparator used to compare iterations lexically.

Author:
David A. Hall
See Also:
Serialized Form

Constructor Summary
IteratorComparator(java.util.Comparator<? super T> comp)
          Deprecated. Builds an IteratorComparator that uses the given Comparator to compare the elements of an iteration.
 
Method Summary
 
Methods inherited from class net.sf.jga.algorithms.Compare.IteratorComparator
compare
 
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

IteratorComparator

public IteratorComparator(java.util.Comparator<? super T> comp)
Deprecated. 
Builds an IteratorComparator that uses the given Comparator to compare the elements of an iteration.



Copyright © 2002-2006 David A. Hall. All Rights Reserved.