protected abstract class AbstractOptions.AbstractValues extends Object implements Values
Modifier | Constructor and Description |
---|---|
protected |
AbstractValues() |
Modifier and Type | Method and Description |
---|---|
void |
forEach(BiConsumer<String,Object> action) |
<T> T |
getValueOrDefault(String key,
T defaultValue) |
String |
toString() |
public void forEach(BiConsumer<String,Object> action)
public <T> T getValueOrDefault(String key, T defaultValue)
getValueOrDefault
in interface Values
Copyright © 2015–2022 SciJava. All rights reserved.