首页 > > 详细

B+Tree Homework 5

private class Row {
private int keyField;
private char otherFields[][];
/*
Each row consists of unique key and one or more character array fields.
Each character array field is a fixed length field (for example 10
characters).
Each field can have a different length.
Fields are padded with null characters so a field with a length of
of x characters always uses space for x characters.
*/
//Constructors and other Row methods

联系我们
  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-21:00
  • 微信:codinghelp
热点标签

联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!