Uses of Interface
net.thevpc.common.strings.ObjectToString
Packages that use ObjectToString
-
Uses of ObjectToString in net.thevpc.common.strings
Methods in net.thevpc.common.strings with parameters of type ObjectToStringModifier and TypeMethodDescriptionstatic <T> StringStringUtils.join(String sep, Collection<T> items, ObjectToString<T> toStr) static <T> StringStringUtils.join(String sep, T[] items, ObjectToString<T> toStr)