Package | Description |
---|---|
net.sf.mmm.util.query.api.argument | |
net.sf.mmm.util.query.api.path | |
net.sf.mmm.util.query.base.argument | |
net.sf.mmm.util.query.base.path |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanArgument
|
interface |
NumberArgument<V extends Number & Comparable<?>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanPath
This is the interface for a
Path that is a BooleanArgument . |
interface |
ComparablePath<V extends Comparable<?>>
This is the interface for a
Path that is a ComparableArgument . |
interface |
NumberPath<V extends Number & Comparable<?>>
This is the interface for a
Path that is a NumberArgument . |
interface |
StringPath
This is the interface for a
Path that is a StringArgument . |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractBooleanArgument
The abstract base implementation of
BooleanArgument . |
interface |
AbstractComparableArgument<V extends Comparable<?>>
The abstract base implementation of
ComparableArgument . |
interface |
AbstractNumberArgument<V extends Number & Comparable<?>>
The abstract base implementation of
NumberArgument . |
interface |
AbstractStringArgument
The abstract base implementation of
StringArgument . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantBooleanArgument
This is the
constant implementation of BooleanArgument . |
class |
ConstantComparableArgument<V extends Comparable<?>>
This is the
constant implementation of ComparableArgument . |
class |
ConstantNumberArgument<V extends Number & Comparable<?>>
This is the
constant implementation of NumberArgument . |
class |
ConstantStringArgument
This is the
constant implementation of StringArgument . |
Modifier and Type | Method and Description |
---|---|
static <V extends Comparable<?>> |
Args.of(V value) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPathImpl
This is the implementation of
BooleanPath . |
class |
ComparablePathImpl<V extends Comparable<?>>
This is the implementation of
ComparablePath . |
class |
NumberPathImpl<V extends Number & Comparable<?>>
This is the implementation of
NumberPath . |
class |
StringPathImpl
This is the implementation of
StringPath . |
Copyright © 2001–2016 mmm-Team. All rights reserved.