kerho
Class Jasenet.Vertailija

java.lang.Object
  extended by kerho.Jasenet.Vertailija
All Implemented Interfaces:
java.util.Comparator<Jasen>
Enclosing class:
Jasenet

public class Jasenet.Vertailija
extends java.lang.Object
implements java.util.Comparator<Jasen>


Field Summary
(package private)  int k
           
 
Constructor Summary
Jasenet.Vertailija(int k)
           
 
Method Summary
 int compare(Jasen j1, Jasen j2)
           
 
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

k

int k
Constructor Detail

Jasenet.Vertailija

public Jasenet.Vertailija(int k)
Method Detail

compare

public int compare(Jasen j1,
                   Jasen j2)
Specified by:
compare in interface java.util.Comparator<Jasen>