.. java:import:: java.util ArrayList .. java:import:: java.util Collections .. java:import:: java.util Iterator .. java:import:: java.util List .. java:import:: org.jdom2 Element CollectionValue =============== .. java:package:: org.caosdb.server.datatype :noindex: .. java:type:: public class CollectionValue implements Value, Iterable Methods ------- add ^^^ .. java:method:: public boolean add(IndexedSingleValue e) :outertype: CollectionValue add ^^^ .. java:method:: public void add(SingleValue v) :outertype: CollectionValue add ^^^ .. java:method:: public void add(int i, SingleValue v) :outertype: CollectionValue add ^^^ .. java:method:: public void add(Value v) :outertype: CollectionValue add ^^^ .. java:method:: public void add(int i, Value v) :outertype: CollectionValue addToElement ^^^^^^^^^^^^ .. java:method:: @Override public void addToElement(Element e) :outertype: CollectionValue equals ^^^^^^ .. java:method:: @Override public boolean equals(Value val) :outertype: CollectionValue Compares if the content is equal, regardless of the order. equals ^^^^^^ .. java:method:: @Override public boolean equals(Object obj) :outertype: CollectionValue iterator ^^^^^^^^ .. java:method:: @Override public Iterator iterator() :outertype: CollectionValue size ^^^^ .. java:method:: public int size() :outertype: CollectionValue sort ^^^^ .. java:method:: public void sort() :outertype: CollectionValue