java.lang.ObjectHlavni
public class Hlavni
Write a description of class Hlavni here.
| Constructor Summary | |
|---|---|
Hlavni()
|
|
| Method Summary | |
|---|---|
Uzel[] |
increaseArray(Uzel[] smallArray)
Allocates bigger array and copies its contents in it |
static void |
main(java.lang.String[] args)
|
void |
swapArrays(Uzel[] first,
Uzel[] second)
Swaps two arrays. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hlavni()
| Method Detail |
|---|
public Uzel[] increaseArray(Uzel[] smallArray)
public static void main(java.lang.String[] args)
public void swapArrays(Uzel[] first,
Uzel[] second)