Search code examples
javaprintingguava

Is there any nice printing function for Table?


I wanted to print stuff to screen, but I have to iterate over every time and it's not nice. So wondering if anybody has a printing function for Tables ?


Solution

  • The Table implementations in Guava have reasonable toString() behavior, if that's what you're asking for.