| java.lang.Object org.kohsuke.javanet.approval.Util
Util | public class Util (Code) | | author: Kohsuke Kawaguchi |
Method Summary | |
public static String | replace(InputStream in, Map<String, String> props) | public static String | replace(String text, Map<String, String> props) | public static String | replace(Reader in, Map<String, String> props) Replace keywords in the input. | public static Map<T, List<V>> | reverseMap(Map<V, T> map) Creates a reverse map. | public static Map<T, V> | reverseUniqueMap(Map<V, T> map) Creates an unique reverse map. |
reverseMap | public static Map<T, List<V>> reverseMap(Map<V, T> map)(Code) | | Creates a reverse map.
|
reverseUniqueMap | public static Map<T, V> reverseUniqueMap(Map<V, T> map)(Code) | | Creates an unique reverse map.
|
|
|