Indexing in Java starts with 0.
I am working in an application where I need it to start with 1. I know this can be done by subtracting 1 simply. For instance, if I want to fetch the 3rd item, it will be:
Is there some pattern for this? I mean whats is the best way of achieving this.