|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface ECollection<C extends Collection<E>,E>
ECollection represents java.util.Collection typed expressions
Collection| 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) |
Class<E> |
getElementType()
Get the element type of this path |
EBoolean |
isEmpty()
Get an expression for this.isEmpty() |
EBoolean |
isNotEmpty()
Get an expression for !this.isEmpty() |
ENumber<Integer> |
size()
Get an expression for this.size() |
| Method Detail |
|---|
EBoolean contains(E child)
this.contains(child)
child -
Collection.contains(Object)EBoolean contains(Expr<E> child)
this.contains(child)
child -
Collection.contains(Object)Class<E> getElementType()
EBoolean isEmpty()
this.isEmpty()
Collection.isEmpty()EBoolean isNotEmpty()
!this.isEmpty()
Collection.isEmpty()ENumber<Integer> size()
this.size()
Collection.size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||