package libcore.icu;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
@com.francetelecom.rd.stubs.annotation.ClassDone(0)
public final class CollationElementIteratorICU
{
// Fields
public static final int NULLORDER = -1;
// Constructors
private CollationElementIteratorICU(int arg1){
}
// Methods
protected void finalize() throws java.lang.Throwable{
}
public static CollationElementIteratorICU getInstance(int arg1, java.lang.String arg2){
return (CollationElementIteratorICU) null;
}
public int next(){
return 0;
}
public void reset(){
}
public int getOffset(){
return 0;
}
public void setOffset(int arg1){
}
public int previous(){
return 0;
}
public void setText(java.lang.String arg1){
}
public void setText(java.text.CharacterIterator arg1){
}
public int getMaxExpansion(int arg1){
return 0;
}
public static int primaryOrder(int arg1){
return 0;
}
public static int secondaryOrder(int arg1){
return 0;
}
public static int tertiaryOrder(int arg1){
return 0;
}
}