C E G H P T 

C

compareTo(Point) - Method in class Point
Compares this point to the other given point.

E

equals(Object) - Method in class Point
Tests whether this point is the same as the given object.
equals(Object) - Method in class Triangle
Tests whether this triangle is the same as the given object.

G

getFirst() - Method in class Triangle
Returns the first point of this triangle.
getSecond() - Method in class Triangle
Returns the second point of this triangle.
getThird() - Method in class Triangle
Returns the third point of this triangle.

H

hashCode() - Method in class Point
Returns the hash code of this point.
hashCode() - Method in class Triangle
Returns the hash code of this triangle.

P

Point - Class in <Unnamed>
A point has an x- and y-coordinate.
Point(int, int) - Constructor for class Point
Initializes this point with the given x- and y-coordinate.

T

toString() - Method in class Point
Returns a string representation of this point.
toString() - Method in class Triangle
Returns a string representation of this triangle.
Triangle - Class in <Unnamed>
This class represents a triangle.
Triangle(Point, Point, Point) - Constructor for class Triangle
Initializes this triangle with the given points.
C E G H P T