Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In Java

  f.get(0).get(0).get(0)
typically is the way to write want in languages that allow operator overloading is written as:

  f[0][0][0]
You will rarely see that with three constants, but

  f[x][y][z]
isn’t uncommon.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: