Indicates if this iterator is based on a value. @return result of check
()
| 48 | * @return result of check |
| 49 | */ |
| 50 | public boolean valueIter() { |
| 51 | return false; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Returns a value with all iterated items. This method should always be called before single |