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()
BaseCursor
next
in interface BaseCursor<ParameterSet>
next
in interface ParameterTable.Cursor
true
if the next element exists, otherwise false
public ParameterSet get()
BaseCursor
get
in interface BaseCursor<ParameterSet>
get
in interface ParameterTable.Cursor
public Set<String> getDifferences()
ParameterTable.Cursor
getDifferences
in interface ParameterTable.Cursor
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.