com.vladium.emma.report
Class IItemAttribute.Factory.NameAttribute.NameComparator

java.lang.Object
  extended by com.vladium.emma.report.IItemAttribute.Factory.NameAttribute.NameComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
IItemAttribute.Factory.NameAttribute

private static final class IItemAttribute.Factory.NameAttribute.NameComparator
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
private IItemAttribute.Factory.NameAttribute.NameComparator()
           
 
Method Summary
 int compare(java.lang.Object l, java.lang.Object g)
           
 
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

IItemAttribute.Factory.NameAttribute.NameComparator

private IItemAttribute.Factory.NameAttribute.NameComparator()
Method Detail

compare

public int compare(java.lang.Object l,
                   java.lang.Object g)
Specified by:
compare in interface java.util.Comparator