treecalc.rt
Class CompV_num

java.lang.Object
  extended by treecalc.rt.CompV_num
All Implemented Interfaces:
java.util.Comparator<V>

public class CompV_num
extends java.lang.Object
implements java.util.Comparator<V>

Used for numerical sorting

Author:
VHHNS01

Constructor Summary
CompV_num()
           
 
Method Summary
 int compare(V arg1, V arg2)
           
static java.util.Comparator<V> getInstance()
           
 
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

CompV_num

public CompV_num()
Method Detail

getInstance

public static java.util.Comparator<V> getInstance()

compare

public int compare(V arg1,
                   V arg2)
Specified by:
compare in interface java.util.Comparator<V>


Copyright © 2013. All Rights Reserved.