Skip to content

your last commit is error #5

@kqjhuang

Description

@kqjhuang
public void buildMap(){
    for(int i=1; i<raw.size()+1; i+=2){
        byte[] k = raw.get(i);
        byte[] v = raw.get(i+1);
        keys.add(k);
        items.put(k, v);
    }
}

i think you should use i<raw.size() or i<raw.size()-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions