public class InputVariableSetValues extends Object implements Iterable<LinkedHashMap<String,Long>>
| Constructor and Description |
|---|
InputVariableSetValues(HashMap<String,String> input,
boolean reverse,
Protocol protocol) |
InputVariableSetValues(String[] str,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys() |
Iterator<LinkedHashMap<String,Long>> |
iterator() |
static void |
main(String[] args)
Just for interactive testing
|
void |
reset() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic InputVariableSetValues(String[] str, Protocol protocol) throws UnassignedException, IncompatibleArgumentException, ParseException
public InputVariableSetValues(HashMap<String,String> input, boolean reverse, Protocol protocol) throws UnassignedException, IncompatibleArgumentException, ParseException
public void reset()
public Iterator<LinkedHashMap<String,Long>> iterator()
iterator in interface Iterable<LinkedHashMap<String,Long>>public static void main(String[] args)
args - Copyright © 2016. All rights reserved.