public interface Item
NB: It is unfortunate that we cannot use javafx.util.Pair
, but it is:
A) Java 8; and B) part of JavaFX rather than core Java.
Modifier and Type | Method and Description |
---|---|
String |
name()
Gets the name of the item, or
null if unnamed (i.e., raw value with
no equals sign). |
Object |
value()
Gets the value of the item.
|
Copyright © 2015–2022 SciJava. All rights reserved.