public class RecordArray extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RecordArray.Record |
| Modifier and Type | Method and Description |
|---|---|
int |
arraysPerRecord() |
int[] |
cut(int index) |
RecordArray.Record |
get(int index) |
int |
getRecordSize() |
int |
size() |
public RecordArray.Record get(int index)
public int size()
public int getRecordSize()
public int arraysPerRecord()
public int[] cut(int index)
Copyright © 2015. All rights reserved.