org.apache.poi.hwpf.model
Class PropertyNode.StartComparator

java.lang.Object
  extended by org.apache.poi.hwpf.model.PropertyNode.StartComparator
All Implemented Interfaces:
java.util.Comparator<PropertyNode<?>>
Enclosing class:
PropertyNode<T extends PropertyNode<T>>

public static final class PropertyNode.StartComparator
extends java.lang.Object
implements java.util.Comparator<PropertyNode<?>>


Field Summary
static PropertyNode.StartComparator instance
           
 
Constructor Summary
PropertyNode.StartComparator()
           
 
Method Summary
 int compare(PropertyNode<?> o1, PropertyNode<?> o2)
           
 
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

instance

public static PropertyNode.StartComparator instance
Constructor Detail

PropertyNode.StartComparator

public PropertyNode.StartComparator()
Method Detail

compare

public int compare(PropertyNode<?> o1,
                   PropertyNode<?> o2)
Specified by:
compare in interface java.util.Comparator<PropertyNode<?>>


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.