I Would Do Anything For Love - Meatloaf

by nicreations
class Meatloaf
{
  public boolean wouldDoForLove(Thing wouldDo)
  {
    return wouldDo.equals(Thing.THAT) ? false : true;
  }
}

0 Comments Sign in to add comments

(c) 2012 nicreations all rights reserved