RawCollationKey.java
337 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.agl.text;
import com.adobe.agl.util.ByteArrayWrapper;
public final class RawCollationKey
extends ByteArrayWrapper {
public int compareTo(Object rhs) {
int result = super.compareTo((RawCollationKey)rhs);
return result < 0 ? -1 : (result == 0 ? 0 : 1);
}
}