Package georegression.delaunay
Interface AccessList<T>
public interface AccessList<T>
Functional interface for accessing objects in an array. Number of elements needs to be specified externally
-
Method Summary
-
Method Details
-
get
Copies the element into the passed in data. Returns true if index is inside its bounds
-