Update Hash.java
This commit is contained in:
parent
74a0c6b88c
commit
645a1f5c60
|
|
@ -1,4 +1,5 @@
|
||||||
class HashIndiretoLista {
|
|
||||||
|
public class HashIndiretoLista {
|
||||||
Lista tabela[];
|
Lista tabela[];
|
||||||
int tamanho;
|
int tamanho;
|
||||||
final int NULO = -1;
|
final int NULO = -1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue