ABSTRACT

The constructor that takes no parameters creates an empty positional collection that uses the default comparator.

public AbstractPositionalCollection() { this(Objects.DEFAULT EQUIVALENCE TESTER);

} The constructor that takes comp, the function used to compare two elements, creates an empty

positional collection that uses the given comparator.