Package org.teavm.common
Class RecordArray
- java.lang.Object
-
- org.teavm.common.RecordArray
-
public class RecordArray extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRecordArray.Record
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intarraysPerRecord()int[]cut(int index)RecordArray.Recordget(int index)intgetRecordSize()intsize()
-
-
-
Method Detail
-
get
public RecordArray.Record get(int index)
-
size
public int size()
-
getRecordSize
public int getRecordSize()
-
arraysPerRecord
public int arraysPerRecord()
-
cut
public int[] cut(int index)
-
-