Update Hash.java

This commit is contained in:
Felipe Domingos 2022-02-02 21:50:21 -03:00
parent 74a0c6b88c
commit 645a1f5c60
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
class HashIndiretoLista {
public class HashIndiretoLista {
Lista tabela[];
int tamanho;
final int NULO = -1;