T - Object typepublic abstract class AbstractIdentifier<T> extends Object implements Identifier
Identifier backed by an immutable object. Subclasses have no control over hashCode()
and equals(Object), hence they should not add any fields.| Constructor and Description |
|---|
AbstractIdentifier(T value) |
public AbstractIdentifier(T value)
public final T getValue()
public final int hashCode()
hashCode in interface IdentifierhashCode in class Objectpublic final boolean equals(Object obj)
equals in interface Identifierequals in class Objectpublic final @NonNull String toString()
toString in interface IdentifiertoString in class ObjectCopyright © 2019 OpenDaylight. All rights reserved.