public class Binding extends Object
| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Optional<Argument> |
findForName(String name)
Look up an argument by name
|
Optional<Argument> |
findForPosition(int position)
Look up an argument by position
|
boolean |
isEmpty() |
String |
toString() |
public void clear()
public Optional<Argument> findForName(String name)
name - the key to lookup the value ofpublic Optional<Argument> findForPosition(int position)
position - starts at 0, not 1public boolean isEmpty()
Copyright © 2017. All rights reserved.