public static interface ParameterTable.Cursor extends BaseCursor<ParameterSet>
ParameterTable.| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
get()
Returns the current element on this cursor.
|
Set<String> |
getDifferences()
Returns the changed parameter names from the previous element.
|
boolean |
next()
Advances this cursor and returns whether the next element exists or not.
|
boolean next()
BaseCursornext in interface BaseCursor<ParameterSet>true if the next element exists, otherwise falseParameterSet get()
BaseCursorget in interface BaseCursor<ParameterSet>Set<String> getDifferences()
IllegalStateException - if the cursor does not point to any elementsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.