package com.indago.iddea.model.util; import java.util.ArrayList; public class LongArrayList extends ArrayList<Long> { }