Is there a feature in java by which I define an array as to keep it in a sorted fashion which will let me insert or remove an element in this array. This is to avoid expensive re-sort when an element is to be added or removed?Is there a feature in java by which I define an