Checkpoint
This commit is contained in:
@ -31,4 +31,9 @@ public class FileData {
|
||||
this.keys = keys;
|
||||
}
|
||||
|
||||
public int getIndexOf(String key) {
|
||||
int index = this.keys.get(key);
|
||||
return index;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user