package co.createch.MetroRappid.model; import java.util.ArrayList; public class CapVehicleCollection extends ArrayList<CapVehicle> { }