|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Interface of selectable collection. Selectable collections allows to selct its memebers using JSQL query
| Method Summary | |
|---|---|
java.util.Iterator<T> |
select(java.lang.Class cls,
java.lang.String predicate)
Select members of the collection using search predicate This iterator doesn't support remove() method. |
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
java.util.Iterator<T> select(java.lang.Class cls,
java.lang.String predicate)
cls - class of index memberspredicate - JSQL condition
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||