|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.expr.Expr<C>
com.mysema.query.types.expr.ECollectionBase<C,E>
D - public abstract class ECollectionBase<C extends Collection<E>,E>
ECollectionBase is an abstract base class for ECollection implementations
| Constructor Summary | |
|---|---|
ECollectionBase(Class<? extends C> type)
|
|
| Method Summary | |
|---|---|
EBoolean |
contains(E child)
Get an expression for this.contains(child) |
EBoolean |
contains(Expr<E> child)
Get an expression for this.contains(child) |
EBoolean |
isEmpty()
Get an expression for this.isEmpty() |
EBoolean |
isNotEmpty()
Get an expression for ! |
ENumber<Integer> |
size()
Get an expression for this.size() |
| Methods inherited from class com.mysema.query.types.expr.Expr |
|---|
accept, count, countAll, countDistinct, eq, eq, getType, hashCode, in, in, in, ne, ne, notIn, notIn, notIn, toString, when, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.mysema.query.types.expr.ECollection |
|---|
getElementType |
| Constructor Detail |
|---|
public ECollectionBase(Class<? extends C> type)
| Method Detail |
|---|
public final EBoolean contains(E child)
ECollectionthis.contains(child)
contains in interface ECollection<C extends Collection<E>,E>Collection.contains(Object)public final EBoolean contains(Expr<E> child)
ECollectionthis.contains(child)
contains in interface ECollection<C extends Collection<E>,E>Collection.contains(Object)public final EBoolean isEmpty()
ECollectionthis.isEmpty()
isEmpty in interface ECollection<C extends Collection<E>,E>Collection.isEmpty()public final EBoolean isNotEmpty()
ECollection!this.isEmpty()
isNotEmpty in interface ECollection<C extends Collection<E>,E>Collection.isEmpty()public final ENumber<Integer> size()
ECollectionthis.size()
size in interface ECollection<C extends Collection<E>,E>Collection.size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||