blob: 062be16681163926edd952b3274775f0b8711dd9 [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 CollationElementIterator {
CollationElementIterator() { throw new RuntimeException("Stub!"); }
public static int primaryOrder(int ce) { throw new RuntimeException("Stub!"); }
public static int secondaryOrder(int ce) { throw new RuntimeException("Stub!"); }
public static int tertiaryOrder(int ce) { throw new RuntimeException("Stub!"); }
public int getOffset() { throw new RuntimeException("Stub!"); }
public int next() { throw new RuntimeException("Stub!"); }
public int previous() { throw new RuntimeException("Stub!"); }
public void reset() { throw new RuntimeException("Stub!"); }
public void setOffset(int newOffset) { throw new RuntimeException("Stub!"); }
public void setText(java.lang.String source) { throw new RuntimeException("Stub!"); }
public void setText(android.icu.text.UCharacterIterator source) { throw new RuntimeException("Stub!"); }
public void setText(java.text.CharacterIterator source) { throw new RuntimeException("Stub!"); }
public int getMaxExpansion(int ce) { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object that) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public static final int IGNORABLE = 0; // 0x0
public static final int NULLORDER = -1; // 0xffffffff
}