org.opennms.web.element
Class InterfaceIpAddressComparator

java.lang.Object
  extended by org.opennms.web.element.InterfaceIpAddressComparator
All Implemented Interfaces:
Comparator<Interface>

public class InterfaceIpAddressComparator
extends Object
implements Comparator<Interface>

Author:
DJ Gregor

Constructor Summary
InterfaceIpAddressComparator()
           
 
Method Summary
 int compare(Interface i1, Interface i2)
           
 
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

InterfaceIpAddressComparator

public InterfaceIpAddressComparator()
Method Detail

compare

public int compare(Interface i1,
                   Interface i2)
Specified by:
compare in interface Comparator<Interface>


Copyright © 2009. All Rights Reserved.