org.opensha.commons.data.function
Class EmpiricalPoint2DToleranceSortedList
java.lang.Object
org.opensha.commons.data.Point2DToleranceSortedArrayList
org.opensha.commons.data.function.EmpiricalPoint2DToleranceSortedList
- All Implemented Interfaces:
- Iterable<Point2D>, Point2DToleranceSortedList
public class EmpiricalPoint2DToleranceSortedList
- extends Point2DToleranceSortedArrayList
| Methods inherited from class org.opensha.commons.data.Point2DToleranceSortedArrayList |
binarySearch, clear, get, get, getComparator, getMaxX, getMaxY, getMinX, getMinY, getTolerance, indexOf, isEmpty, iterator, remove, remove, removeAll, setTolerance, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmpiricalPoint2DToleranceSortedList
public EmpiricalPoint2DToleranceSortedList(Point2DComparator comparator)
add
public boolean add(Point2D e)
- Specified by:
add in interface Point2DToleranceSortedList- Overrides:
add in class Point2DToleranceSortedArrayList
addAll
public boolean addAll(Collection<? extends Point2D> c)
- Specified by:
addAll in interface Point2DToleranceSortedList- Overrides:
addAll in class Point2DToleranceSortedArrayList