| Package | Description |
|---|---|
| org.eiichiro.acidhouse |
Acid House - NoSQL Killer Tune.
|
| Modifier and Type | Method and Description |
|---|---|
ComparableFilter.Operator |
ComparableFilter.operator()
Returns the operator type this
ComparableFilter does filtering. |
static ComparableFilter.Operator |
ComparableFilter.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparableFilter.Operator[] |
ComparableFilter.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ComparableFilter(ComparableProperty<?,T> property,
T value,
ComparableFilter.Operator operator)
Constructs a new
ComparableFilter instance with the specified
ComparableProperty, property value and operator type. |
Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.