net.sf.uadetector.internal.data
Class IdentifiableComparator

java.lang.Object
  extended by net.sf.uadetector.internal.util.CompareNullSafe<Identifiable>
      extended by net.sf.uadetector.internal.data.IdentifiableComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<Identifiable>

@ThreadSafe
public final class IdentifiableComparator
extends CompareNullSafe<Identifiable>
implements java.util.Comparator<Identifiable>

See Also:
Serialized Form

Field Summary
static IdentifiableComparator INSTANCE
           
 
Method Summary
 int compareType(Identifiable o1, Identifiable o2)
           
 
Methods inherited from class net.sf.uadetector.internal.util.CompareNullSafe
compare, compareInt
 
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
compare, equals
 

Field Detail

INSTANCE

public static final IdentifiableComparator INSTANCE
Method Detail

compareType

public int compareType(Identifiable o1,
                       Identifiable o2)
Specified by:
compareType in class CompareNullSafe<Identifiable>


Copyright © 2011-2014. All Rights Reserved.