Class Util
- java.lang.Object
-
- com.github.davidmoten.oas3.internal.Util
-
public final class Util extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,S>
Optional<Map.Entry<T,S>>first(Map<T,S> map)static <T> List<T>nullListToEmpty(List<T> list)static <T,S>
Map<T,S>nullMapToEmpty(Map<T,S> map)static Stringquote(String s)
-