add(Citation element) Appends the specified Citation at the end of this list.
public void
addAll(CitationCollection other) Appends all of the Citations in the specified CitationCollection to the end of this CitationCollection, in the order that they are
returned by the specified CitationCollection's iterator.
Appends all of the Citations in the specified CitationCollection to the end of this CitationCollection, in the order that they are
returned by the specified CitationCollection's iterator. This operation fails if this list and the other list are the same
Object.
Parameters: other - The list containing the Citations to be appended to this list. true if the list changed as a result of this operation.
Removes the first occurrence in this list of the specified Citation. Shifts any subsequent elements to the left (subtracts one from
their indices). Returns true if the list contained the specified citation.
Parameters: item - The element to be removed from the list, if present. true if the list changed as a result of this call.