Package | Description |
---|---|
net.sf.mmm.util.query.api | |
net.sf.mmm.util.query.base |
Modifier and Type | Interface and Description |
---|---|
interface |
ListQuery<E>
|
interface |
NumberQuery<E extends Number & Comparable<?>>
|
interface |
SingleQuery<E>
This is the interface for a
Query that can only match a single result. |
Modifier and Type | Class and Description |
---|---|
class |
ListQueryImpl<E,T>
This is the implementation of
ListQuery . |
class |
NumberQueryImpl<R extends Number & Comparable<?>,E,T>
This is the implementation of
NumberQuery . |
class |
QueryImpl<R,E,T>
This is the implementation of
Query . |
class |
SingleQueryImpl<R,T>
This is the implementation of
SingleQuery adapting a ListQuery . |
Copyright © 2001–2016 mmm-Team. All rights reserved.