Lines Matching refs:sub
27 /** do not require all sub iterators to be valid in iteration */
30 /** require all sub iterators to be valid in iteration */
33 /** keys are created from sub iterators position */
36 /** keys are created from sub iterators associated infromation */
116 * @return whether all or one sub iterator is valid depending on flags.
117 * In mode MIT_NEED_ALL we expect all sub iterators to be valid and
119 * return true on the first valid sub iterator found. If no Iterator
151 /** @return false if no sub Iterator is attached and an array of
184 throw new RuntimeException('Called current() with non valid sub iterator');
194 /** @return false if no sub Iterator is attached and an array of
214 throw new LogicException('Called key() with non valid sub iterator');