public interface OrderedIndex
Modifier and Type | Interface and Description |
---|---|
static class |
OrderedIndex.OrderDirection
enum for easing the order direction of the index
|
static interface |
OrderedIndex.Predicate<T>
Convenience Predicate that will force the implementor to expose what we're searching for
|
Modifier and Type | Field and Description |
---|---|
static OrderedIndex.OrderDirection |
DEFAULT_DIRECTION
the default direction for sorting the index
|
static double |
DEFAULT_PROBABILITY
defines the default distribution of items across the skip list.
|
static String |
DIRECTION
the 'key' used for specifying the direction of the index when providing the configuration
{ "propertyNames"="foobar", "direction"="ascending" } |
static int |
LANES
the number of lanes used in the SkipList
|
static String |
TYPE |
static final String TYPE
static final String DIRECTION
{ "propertyNames"="foobar", "direction"="ascending" }
static final OrderedIndex.OrderDirection DEFAULT_DIRECTION
static final double DEFAULT_PROBABILITY
static final int LANES
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"