I am wondering how to phrase the following: my ArrayBlockingQueue list has space for ten entries (0-9); my question is, how would I write or phrase this?
Am I correct in saying, "ArrayBlockingQueue has ten indices", or "ArrayBlockingQueue has nine indices"?
I would imagine that the answer is "ten" but I just want to make sure.
Thank you.