Chnaged hash method for dictionary to hash cod + mad
This commit is contained in:
@@ -14,7 +14,7 @@ import java.security.InvalidKeyException;
|
||||
* Date: 11/05/2014
|
||||
* Time: 19:04
|
||||
*/
|
||||
public class Logfile<K,V> implements Dictionary<K,V> {
|
||||
public class LogFile<K,V> implements Dictionary<K,V> {
|
||||
|
||||
NodePositionList<Entry<K,V>> list = new NodePositionList<Entry<K,V>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user