public class StringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
justifyKeyValueStrings(Map<?,?> key_value_pairs)
Returns a string with the given key/value pairs formatted such that the key values are justified and ordered with
each pair separated with a newline.
|
public static String justifyKeyValueStrings(Map<?,?> key_value_pairs)
first : This is the first second : This is the second last one: This is last
key_value_pairs - Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.