org.apache.poi.poifs.property
public static class DirectoryProperty.PropertyComparator extends java.lang.Object implements java.util.Comparator<Property>
| Constructor and Description |
|---|
DirectoryProperty.PropertyComparator() |
public DirectoryProperty.PropertyComparator()
public int compare(Property o1, Property o2)
compare in interface java.util.Comparator<Property>o1 - first object to compare, better be a Propertyo2 - second object to compare, better be a Property