public interface Point2DToleranceSortedList extends Iterable<Point2D>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Point2D e) |
boolean |
addAll(Collection<? extends Point2D> c) |
int |
binarySearch(Point2D p) |
void |
clear() |
Point2D |
get(double x) |
Point2D |
get(int index) |
Point2DComparator |
getComparator() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
double |
getTolerance() |
int |
indexOf(Point2D findPoint) |
boolean |
remove(int index) |
boolean |
remove(Object obj) |
boolean |
removeAll(Collection<?> c) |
void |
setTolerance(double newTolerance) |
int |
size() |
forEach, iterator, spliteratordouble getTolerance()
void setTolerance(double newTolerance)
boolean add(Point2D e)
boolean addAll(Collection<? extends Point2D> c)
boolean remove(Object obj)
boolean removeAll(Collection<?> c)
double getMinY()
double getMaxY()
double getMinX()
double getMaxX()
Point2D get(int index)
boolean remove(int index)
Point2D get(double x)
int indexOf(Point2D findPoint)
Point2DComparator getComparator()
int size()
void clear()
int binarySearch(Point2D p)