com.ontimize.util.swing.table
Class PivotTableUtils.GroupValue
java.lang.Object
com.ontimize.util.swing.table.PivotTableUtils.GroupValue
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- PivotTableUtils
- protected static class PivotTableUtils.GroupValue
- extends java.lang.Object
- implements java.lang.Comparable
|
Constructor Summary |
PivotTableUtils.GroupValue(java.lang.String[] columns,
java.lang.Object[] values,
java.util.Comparator[] comparators)
|
|
Method Summary |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
index(java.lang.Object o,
java.lang.Object[] array)
|
protected boolean |
sameColumns(java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PivotTableUtils.GroupValue
public PivotTableUtils.GroupValue(java.lang.String[] columns,
java.lang.Object[] values,
java.util.Comparator[] comparators)
sameColumns
protected boolean sameColumns(java.lang.Object o)
equals
public boolean equals(java.lang.Object o)
index
public int index(java.lang.Object o,
java.lang.Object[] array)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable