Uses of Class
com.ibm.icu.impl.Row
-
Packages that use Row Package Description com.ibm.icu.impl -
-
Uses of Row in com.ibm.icu.impl
Subclasses of Row in com.ibm.icu.impl Modifier and Type Class Description static class
Row.R2<C0,C1>
static class
Row.R3<C0,C1,C2>
static class
Row.R4<C0,C1,C2,C3>
static class
Row.R5<C0,C1,C2,C3,C4>
Methods in com.ibm.icu.impl that return Row Modifier and Type Method Description Row<C0,C1,C2,C3,C4>
Row. cloneAsThawed()
Row<C0,C1,C2,C3,C4>
Row. freeze()
protected Row<C0,C1,C2,C3,C4>
Row. set(int i, java.lang.Object item)
Row<C0,C1,C2,C3,C4>
Row. set0(C0 item)
Row<C0,C1,C2,C3,C4>
Row. set1(C1 item)
Row<C0,C1,C2,C3,C4>
Row. set2(C2 item)
Row<C0,C1,C2,C3,C4>
Row. set3(C3 item)
Row<C0,C1,C2,C3,C4>
Row. set4(C4 item)
-