Chnaged hash method for dictionary to hash cod + mad

This commit is contained in:
2014-05-13 10:38:13 +02:00
parent 5099e8d1af
commit 867a7c1a53
7 changed files with 107 additions and 81 deletions

View File

@@ -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>>();