package be.bagofwords.db.data; import java.util.HashSet; public class LongHashSet extends HashSet<Long> { }