Arraylist contains class model. Class has a parameter 'status' whose values would be 'open' , 'close' , ' upcoming '.
How to sort the arraylist based on ' status ' parameter i.e. 'open' should appear first, 'close' & 'upcoming' will be following to it respectively ?
Any help appreciated..