Advertisement
ESYEBAN

Untitled

Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public void mostrarTablaHash() {
  2. for(int i=0;i<tabla.length;i++){
  3. if(tabla[i]!=null){
  4. System.out.println("indice: " +i+ "elemento "+tabla[i].data);
  5. }
  6. }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement