Hi,
having this class:
I have constructed an ArrayList of Field then I want to put objects with isPersisted set to false to the tail of my list
thank's in advance.
having this class:
Code:
public class Field { private boolean isPersisted = true; private String name; private String type; private String elements; ... }
thank's in advance.
Comment