コード例 #1
0
  Map<String, String> getExpandedRow() {
    Map<String, String> row = new HashMap<>();
    for (VeriniceGraphResultEntry e : entries.values()) if (e != null) e.getEntries(row);

    return row;
  }