APL/APL2.1/TP7/PolyLigne/ProducteurDePoints.java

5 lines
83 B
Java

import java.awt.Point;
public interface ProducteurDePoints {
Point suivant();
}