Skip to main content

All Questions

Tagged with
2 votes
2 answers
3k views

Java - Using a Function variable to set the toString() method's return value

Lately I've started adding this to certain classes in an in-house API: public class MyClass { // I usually do this with classes I expect to // be printed out or tested a lot (particularly // ...
roundar's user avatar
  • 123