Class PersonaHash

java.lang.Object
  extended by Persona
      extended by PersonaHash
All Implemented Interfaces:
Comparable<Persona>

public class PersonaHash
extends Persona

Write a description of class PersonaConHash here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
PersonaHash(String nombre, int edad)
          Constructor
 
Method Summary
 int hashCode()
          hashCode - override del hashCode de Object
 
Methods inherited from class Persona
compareTo, equals, getEdad, getNombre, setEdad, setNombre, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonaHash

public PersonaHash(String nombre,
                   int edad)
Constructor

Method Detail

hashCode

public int hashCode()
hashCode - override del hashCode de Object

Overrides:
hashCode in class Object