Package | Description |
---|---|
com.asakusafw.iterative.common |
Common runtime classes for Asakusa Iterative Extensions.
|
com.asakusafw.iterative.common.basic |
Basic implementations of common runtime classes for Asakusa Iterative Extensions.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ParameterTable.Cursor
A cursor over
ParameterTable . |
Modifier and Type | Class and Description |
---|---|
static class |
BasicParameterTable.BasicCursor
A basic implementation of
ParameterTable.Cursor . |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
CursorUtil.toIterator(BaseCursor<T> cursor)
Returns an
Iterator over the cursor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.