public abstract class AbstractNamespace extends Object implements Namespace
Namespace
, offering common functionality.Constructor and Description |
---|
AbstractNamespace() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Namespace o) |
boolean |
equals(Object object)
Compares this namespace to another object.
|
int |
hashCode()
Computes the hash code of this namespace.
|
String |
toString() |
public int compareTo(Namespace o)
compareTo
in interface Comparable<Namespace>
public boolean equals(Object object)
Namespace
public int hashCode()
Namespace
hashCode
in interface Namespace
hashCode
in class Object
Objects.hash
(
Namespace.getPrefix()
, Namespace.getName()
)Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.