616263646566676869
* Clears the container. */ public void clear() { if (type == HASH_TYPE) hash = new OrderedMap(); else if (type == LIST_TYPE) list = new ArrayList(); }