Java methods return exactly zero or one value; that is the standard for java. If you need multiple values returned, create an object with the multiple values and return it.
http://stackoverflow.com/a/7470912
Why would anyone want to return multiple values from a function instead of creating a new encapsulation layer? Psh.