com.alee.utils.reflection
Class JarEntryComparator

java.lang.Object
  extended by com.alee.utils.reflection.JarEntryComparator
All Implemented Interfaces:
java.util.Comparator<JarEntry>

public class JarEntryComparator
extends java.lang.Object
implements java.util.Comparator<JarEntry>

User: mgarin Date: 05.03.12 Time: 13:54


Constructor Summary
JarEntryComparator()
           
 
Method Summary
 int compare(JarEntry e1, JarEntry e2)
           
 
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

JarEntryComparator

public JarEntryComparator()
Method Detail

compare

public int compare(JarEntry e1,
                   JarEntry e2)
Specified by:
compare in interface java.util.Comparator<JarEntry>