public interface ITableFormat
Interface which contains operations for working with API table format. All implementing classes should specify an instance variable which contains the data which should be operated on by the methods.
Modifier and Type | Method and Description |
---|---|
default List<String> |
getKeys()
Extracts the values for a key from the data.
|
Map<String,Collection<String>> |
getPairs()
Extracts the keys and their respective values from the data.
|
default List<String> |
getValues(String key)
Extracts the codes from the data.
|
Copyright © 2018. All rights reserved.