public class SimpleHashTable<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
SimpleList<T>[] |
base |
| Constructor and Description |
|---|
SimpleHashTable(int width) |
public final SimpleList<T>[] base
public void put(long key,
T value)
public SimpleList<T> get(long key)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.