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 | Method and Description |
---|---|
ParameterSet |
ParameterTable.Cursor.get() |
Modifier and Type | Method and Description |
---|---|
List<ParameterSet> |
ParameterTable.getRows()
Returns all rows in this table.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParameterSet
A basic implementation of
ParameterSet . |
Modifier and Type | Method and Description |
---|---|
ParameterSet |
BasicParameterTable.BasicCursor.get() |
Modifier and Type | Method and Description |
---|---|
List<ParameterSet> |
BasicParameterTable.getRows() |
Iterator<ParameterSet> |
BasicParameterTable.iterator() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.