Gets the {@link com.bayesserver.Node} to which the collection belongs to.
The {@link com.bayesserver.Node} that the collection belongs to.
Gets the number of elements contained in the collection.
Gets the {@link com.bayesserver.Link} object at the specified index.
The zero-based index of the {@link com.bayesserver.Link} to find.
A {@link com.bayesserver.Link}.
Determines whether a {@link com.bayesserver.Link} is in the collection.
The {@link com.bayesserver.Link} to locate in the collection. The value can be null.
true if item is found in the collection; otherwise, false.
Searches for the specified object and returns the zero-based index of the {@link com.bayesserver.Link} within the entire collection, or -1 if not found.
The {@link com.bayesserver.Link} to locate in the collection. The value can be null.
The zero-based index of the {@link com.bayesserver.Link} within the entire collection, if found; otherwise, �1.
Gets the {@link com.bayesserver.Link} object at the specified index.
The zero-based index of the {@link com.bayesserver.Link} to find.
Represents a read-only collection of links. To add a link to a network see {@link com.bayesserver.Network#getLinks Links}.
{@link com.bayesserver.Node#getLinks}, {@link com.bayesserver.Node#getLinksIn} and {@link com.bayesserver.Node#getLinksOut} are instances of this class.