Skip to content

Instantly share code, notes, and snippets.

@minikuma
Created November 19, 2018 01:25
Show Gist options
  • Save minikuma/9ef10ea97d88de77467ce5d3b642edcb to your computer and use it in GitHub Desktop.
Save minikuma/9ef10ea97d88de77467ce5d3b642edcb to your computer and use it in GitHub Desktop.
public static Boolean valueOf(boolean b) {
return b ? Boolean.TRUE : Boolean.FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment