Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created April 25, 2012 08:01
Show Gist options
  • Save grkvlt/2488066 to your computer and use it in GitHub Desktop.
Save grkvlt/2488066 to your computer and use it in GitHub Desktop.
Java Becomes Operator
Object[] a = ... // load array
int i = a.length;
while (i --> 0) {
// do something to a[i]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment