public class Person extends Object
Person(int count)
int
getCount()
Person
getNext()
getPrev()
void
setNext(Person next)
setPrev(Person prev)
shout(int shout, int deadif)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Person(int count)
public int shout(int shout, int deadif)
public int getCount()
public Person getPrev()
public void setPrev(Person prev)
public Person getNext()
public void setNext(Person next)
Copyright © 2015. All rights reserved.