public final class KeyedValueComparatorType extends Object implements Serializable
KeyedValueComparator : 'by key' or
'by value'.| Modifier and Type | Field and Description |
|---|---|
static KeyedValueComparatorType |
BY_KEY
An object representing 'by key' sorting.
|
static KeyedValueComparatorType |
BY_VALUE
An object representing 'by value' sorting.
|
public static final KeyedValueComparatorType BY_KEY
public static final KeyedValueComparatorType BY_VALUE
Copyright © 2001-2014 JFree.org. All Rights Reserved.