Class UniqueID

java.lang.Object
icyllis.arc3d.core.UniqueID

public final class UniqueID extends Object
An object with identity. This can be used to track state changes through reference equality '==', and as keys of IdentityHashMap. Compared to using int or long, this will never conflict on runtime.
See Also:
  • Constructor Details

    • UniqueID

      public UniqueID()
  • Method Details