Class GenerationID

java.lang.Object
icyllis.arc3d.core.GenerationID

public final class GenerationID extends Object
An object with identity. This can be used to track content 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

    • GenerationID

      public GenerationID()
  • Method Details