blob: b56e5fb38de20593a64df18107cbb2e96ae0d1b9 [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-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class UnicodeSetIterator {
public UnicodeSetIterator(android.icu.text.UnicodeSet set) { throw new RuntimeException("Stub!"); }
public UnicodeSetIterator() { throw new RuntimeException("Stub!"); }
public boolean next() { throw new RuntimeException("Stub!"); }
public boolean nextRange() { throw new RuntimeException("Stub!"); }
public void reset(android.icu.text.UnicodeSet uset) { throw new RuntimeException("Stub!"); }
public void reset() { throw new RuntimeException("Stub!"); }
public java.lang.String getString() { throw new RuntimeException("Stub!"); }
public static int IS_STRING = -1; // 0xffffffff
public int codepoint;
public int codepointEnd;
public java.lang.String string;
}