net.multiphasicapps.collections.IdentityLinkedHashSet

This is a set which uses the identity of objects for comparison rather than the actual equality of said objects. The order of elements in the set is linked according to {@link java.util.LinkedHashSet}.