Package dsa.lib.utils

Class IterableUtils

java.lang.Object
dsa.lib.utils.IterableUtils

public final class IterableUtils extends Object
  • Method Details

    • toString

      public static <Item> String toString(Iterable<Item> iterable)
    • toString

      public static <Item> String toString(Iterable<Item> iterable, String indent)
    • toUntypedString

      public static <Item> String toUntypedString(Iterable<Item> iterable)
    • toUntypedString

      public static <Item> String toUntypedString(Iterable<Item> iterable, String indent)