treecalc.rt
Class CompV_str

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

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

Used for alphanumerical sorting of V-Lists

Author:
VHHNS01

Field Summary
static CompV_str instance
           
 
Constructor Summary
CompV_str()
           
 
Method Summary
 int compare(V v1, V v2)
           
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
 

Field Detail

instance

public static CompV_str instance
Constructor Detail

CompV_str

public CompV_str()
Method Detail

getInstance

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

compare

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


Copyright © 2013. All Rights Reserved.