public static class BasicParameterTable.BasicCursor extends Object implements ParameterTable.Cursor
ParameterTable.Cursor.| Constructor and Description |
|---|
BasicCursor(Iterator<? extends Map<String,String>> entity)
Creates a new instance.
|
BasicCursor(List<? extends Map<String,String>> table)
Creates a new instance.
|
| 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.
|
public BasicCursor(List<? extends Map<String,String>> table)
table - the list of parameter mappublic boolean next()
BaseCursornext in interface BaseCursor<ParameterSet>next in interface ParameterTable.Cursortrue if the next element exists, otherwise falsepublic ParameterSet get()
BaseCursorget in interface BaseCursor<ParameterSet>get in interface ParameterTable.Cursorpublic Set<String> getDifferences()
ParameterTable.CursorgetDifferences in interface ParameterTable.CursorCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.