|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLinLista
public class LinLista
Esimerkki linkitetytstä listasta
Nested Class Summary | |
---|---|
static class |
LinLista.Alkio
Linkitetyn listan yksi alkio. |
Constructor Summary | |
---|---|
LinLista()
|
|
LinLista(int koko)
|
Method Summary | |
---|---|
void |
lisaa(int i)
|
static void |
main(String[] args)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinLista()
public LinLista(int koko)
Method Detail |
---|
public void lisaa(int i)
public String toString()
toString
in class Object
public static void main(String[] args)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |