Package com.ibm.icu.impl
Class Row<C0,C1,C2,C3,C4>
java.lang.Object
com.ibm.icu.impl.Row<C0,C1,C2,C3,C4>
- All Implemented Interfaces:
Freezable<Row<C0,
,C1, C2, C3, C4>> Cloneable
,Comparable
public class Row<C0,C1,C2,C3,C4>
extends Object
implements Comparable, Cloneable, Freezable<Row<C0,C1,C2,C3,C4>>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Provides for the clone operation.int
boolean
freeze()
Freezes the object.get0()
get1()
get2()
get3()
get4()
int
hashCode()
boolean
isFrozen()
Determines whether the object has been frozen or not.static <C0,
C1> Row.R2<C0, C1> of
(C0 p0, C1 p1) Convenience Methodsstatic <C0,
C1, C2> Row.R3<C0, C1, C2> of
(C0 p0, C1 p1, C2 p2) static <C0,
C1, C2, C3>
Row.R4<C0,C1, C2, C3> of
(C0 p0, C1 p1, C2 p2, C3 p3) static <C0,
C1, C2, C3, C4>
Row.R5<C0,C1, C2, C3, C4> of
(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) toString()
-
Field Details
-
items
-
frozen
protected volatile boolean frozen
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
of
Convenience Methods -
of
-
of
-
of
-
set0
-
get0
-
set1
-
get1
-
set2
-
get2
-
set3
-
get3
-
set4
-
get4
-
set
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<C0>
-
toString
-
isFrozen
public boolean isFrozen()Description copied from interface:Freezable
Determines whether the object has been frozen or not. -
freeze
Description copied from interface:Freezable
Freezes the object. -
clone
-
cloneAsThawed
Description copied from interface:Freezable
Provides for the clone operation. Any clone is initially unfrozen.- Specified by:
cloneAsThawed
in interfaceFreezable<C0>
-