private static final class SortUtil.CollationKeySystemObject
extends java.lang.Object
Speichert zur effizienten Sortierung ein CollationKey und ein SystemObject
Modifier and Type | Field and Description |
---|---|
private java.text.CollationKey |
_collationKey |
private SystemObject |
_systemObject |
Modifier | Constructor and Description |
---|---|
private |
CollationKeySystemObject(SystemObject systemObject,
java.text.CollationKey collationKey) |
Modifier and Type | Method and Description |
---|---|
java.text.CollationKey |
getCollationKey() |
SystemObject |
getSystemObject() |
private final SystemObject _systemObject
private final java.text.CollationKey _collationKey
private CollationKeySystemObject(SystemObject systemObject, java.text.CollationKey collationKey)
public final java.text.CollationKey getCollationKey()
public final SystemObject getSystemObject()