Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Add CoordinateVertex(Coordinate) as an overload

Joined
Dec 10, 2014
Messages
3,332
By adding the overload:
Code:
CoordinateVertex(Coordinate c) {
    this(c, Collections.emptyList());
}
 
Top