|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.Expr<D>
com.mysema.query.types.expr.ESimple<Map<K,V>>
com.mysema.query.types.expr.EMapBase<K,V>
K - V - public abstract class EMapBase<K,V>
EMapBase is an abstract base class for EMap implementations
| Field Summary |
|---|
| Fields inherited from class com.mysema.query.types.Expr |
|---|
primitive |
| Constructor Summary | |
|---|---|
EMapBase(Class<? extends Map<K,V>> type)
|
|
| Method Summary | |
|---|---|
EBoolean |
contains(Expr<K> key,
Expr<V> value)
|
EBoolean |
containsKey(Expr<K> key)
Get a this.containsKey(key) expression |
EBoolean |
containsKey(K key)
Get a this.containsKey(key) expression |
EBoolean |
containsValue(Expr<V> value)
Get a this.containsValue(value) expression |
EBoolean |
containsValue(V value)
Get a this.containsValue(value) expression |
EBoolean |
isEmpty()
Get the this.isEmpty() expression |
EBoolean |
isNotEmpty()
Get the !this.isEmpty() expression |
ENumber<Integer> |
size()
Get the size of the Map instance |
| Methods inherited from class com.mysema.query.types.expr.ESimple |
|---|
count, countDistinct, eq, eq, in, in, in, ne, ne, when, when |
| Methods inherited from class com.mysema.query.types.Expr |
|---|
accept, asExpr, equals, getType, hashCode, notIn, notIn, notIn, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.expr.EMap |
|---|
get, get, getKeyType, getValueType |
| Constructor Detail |
|---|
public EMapBase(Class<? extends Map<K,V>> type)
| Method Detail |
|---|
public final EBoolean contains(Expr<K> key,
Expr<V> value)
contains in interface EMap<K,V>public final EBoolean containsKey(Expr<K> key)
EMapthis.containsKey(key) expression
containsKey in interface EMap<K,V>Map.containsKey(Object)public final EBoolean containsKey(K key)
EMapthis.containsKey(key) expression
containsKey in interface EMap<K,V>Map.containsKey(Object)public final EBoolean containsValue(Expr<V> value)
EMapthis.containsValue(value) expression
containsValue in interface EMap<K,V>Map.containsValue(Object)public final EBoolean containsValue(V value)
EMapthis.containsValue(value) expression
containsValue in interface EMap<K,V>Map.containsValue(Object)cpublic final EBoolean isEmpty()
EMapthis.isEmpty() expression
isEmpty in interface EMap<K,V>Map.isEmpty()public final EBoolean isNotEmpty()
EMap!this.isEmpty() expression
isNotEmpty in interface EMap<K,V>Map.isEmpty()public final ENumber<Integer> size()
EMap
size in interface EMap<K,V>Map.size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||