public interface UserInfo
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInfo(String label)
Returns a list of info associated with the label.
|
List<String> |
getLabels()
Return a list of labels.
|
boolean |
hasInfo(String label)
Returns true if there is info with the passed-in label.
|