package jstellarapi.core; import java.util.ArrayList; public class StellarPathSet extends ArrayList<StellarPath> { }