blob: e0819f2788c7c324dbf64932458522cad6829454 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/**
*******************************************************************************
* Copyright (C) 1996-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class CollationKey implements java.lang.Comparable<android.icu.text.CollationKey> {
public CollationKey(java.lang.String source, byte[] key) { throw new RuntimeException("Stub!"); }
public java.lang.String getSourceString() { throw new RuntimeException("Stub!"); }
public byte[] toByteArray() { throw new RuntimeException("Stub!"); }
public int compareTo(android.icu.text.CollationKey target) { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object target) { throw new RuntimeException("Stub!"); }
public boolean equals(android.icu.text.CollationKey target) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public android.icu.text.CollationKey getBound(int boundType, int noOfLevels) { throw new RuntimeException("Stub!"); }
public android.icu.text.CollationKey merge(android.icu.text.CollationKey source) { throw new RuntimeException("Stub!"); }
@SuppressWarnings({"unchecked", "deprecation", "all"})
public static final class BoundMode {
private BoundMode() { throw new RuntimeException("Stub!"); }
public static final int LOWER = 0; // 0x0
public static final int UPPER = 1; // 0x1
public static final int UPPER_LONG = 2; // 0x2
}
}