GdxSet

typealias GdxSet<Element> = ObjectSet<Element>

Alias for com.badlogic.gdx.utils.ObjectSet. Added for consistency with other collections and factory methods.