public class AbstractIdentifier<T extends Comparable<T>> extends Object implements Identifier<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two device key identifiers for equality.
|
int |
hashCode()
Returns the hashcode of the identifier.
|
T |
id()
Returns the backing identifier value.
|
String |
toString()
Returns a string representation of a DeviceKeyId.
|
public T id()
id in interface Identifier<T extends Comparable<T>>public int hashCode()
public boolean equals(Object obj)
Copyright © 2013–2019. All rights reserved.