Class Row<C0,C1,C2,C3,C4>
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.Row<C0,C1,C2,C3,C4>
- All Implemented Interfaces:
Cloneable,Comparable,Freezable<Row<C0,C1, C2, C3, C4>>
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.intbooleanfreeze()Freezes the object.get0()get1()get2()get3()get4()inthashCode()booleanisFrozen()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
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<C0>
-
toString
-
isFrozen
-
freeze
-
clone
-
cloneAsThawed
-