Vector2D<T extends Object> typedef

Vector2D<T extends Object> = List<List<T>>

Implementation

typedef Vector2D<T extends Object> = List<List<T>>;