public class HashMapWithMaxMinPoints extends Object
Constructor and Description |
---|
HashMapWithMaxMinPoints() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object id,
Point2D p) |
void |
clear(Object id) |
List<Point2D> |
get(Object id) |
Double |
getMaxX(Object id) |
Double |
getMaxY(Object id) |
Double |
getMinX(Object id) |
Double |
getMinY(Object id) |
void |
newOrReset(Object id) |
void |
remove(Object id) |