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 |
ListArgument<E>
|
interface |
SetArgument<E>
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionPath<V extends Collection<E>,E>
This is the interface for a
Path that is a CollectionArgument . |
interface |
ListPath<E>
This is the interface for a
Path that is a ListArgument . |
interface |
SetPath<E>
This is the interface for a
Path that is a SetArgument . |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractCollectionArgument<V extends Collection<E>,E>
The abstract base implementation of
CollectionArgument . |
interface |
AbstractListArgument<E>
The abstract base implementation of
CollectionArgument . |
interface |
AbstractSetArgument<E>
The abstract base implementation of
SetArgument . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantCollectionArgument<V extends Collection<E>,E>
This is the
constant implementation of CollectionArgument . |
class |
ConstantListArgument<E>
This is the
constant implementation of ListArgument . |
class |
ConstantSetArgument<E>
This is the
constant implementation of ListArgument . |
Modifier and Type | Method and Description |
---|---|
static <V extends Collection<E>,E> |
Args.of(V value) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionPathImpl<V extends Collection<E>,E>
This is the implementation of
CollectionPath . |
class |
ListPathImpl<E>
This is the implementation of
ListPath . |
class |
SetPathImpl<E>
This is the implementation of
SetPath . |
Copyright © 2001–2016 mmm-Team. All rights reserved.