Class IdentitySet.IdentityReference<T>

java.lang.Object
com.atlassian.jira.util.collect.IdentitySet.IdentityReference<T>
Enclosing class:
IdentitySet<T>

public static final class IdentitySet.IdentityReference<T> extends Object
Stores a reference to any Object. Two references are considered equal only when they hold the exact same instance of an object.
  • Constructor Details

    • IdentityReference

      public IdentityReference(T value)
  • Method Details