Class ToStringHelper
java.lang.Object
org.javimmutable.collections.common.ToStringHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> void addToString
(StringBuilder sb, int prefixLength, K key, V value) static <V> void
addToString
(StringBuilder sb, int prefixLength, V value) static <V> String
arrayToString
(V[] values)
-
Constructor Details
-
ToStringHelper
public ToStringHelper()
-
-
Method Details
-
addToString
-
addToString
-
arrayToString
-