@Evolving public class CollationIdentifier extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Collation identifiers are identical when the provider, name, and version are the same.
|
static CollationIdentifier |
fromString(String identifier) |
String |
getName() |
String |
getProvider() |
java.util.Optional<String> |
getVersion() |
String |
toString() |
String |
toStringWithoutVersion() |
public String getProvider()
public String getName()
public java.util.Optional<String> getVersion()
public static CollationIdentifier fromString(String identifier)
identifier - collation identifier in string form of PROVIDER.COLLATION_NAME[.COLLATION_VERSION].public boolean equals(Object o)
equals in class Objectpublic String toStringWithoutVersion()
PROVIDER.COLLATION_NAME.public String toString()
toString in class ObjectPROVIDER.COLLATION_NAME[.COLLATION_VERSION]