org.apache.poi.xssf.util
Class CTColComparator

java.lang.Object
  extended by org.apache.poi.xssf.util.CTColComparator

public class CTColComparator
extends java.lang.Object


Field Summary
static java.util.Comparator<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol> BY_MAX
           
static java.util.Comparator<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol> BY_MIN_MAX
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BY_MAX

public static final java.util.Comparator<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol> BY_MAX

BY_MIN_MAX

public static final java.util.Comparator<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCol> BY_MIN_MAX


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