net.sourceforge.plantuml.oregon
Class MagicTable
java.lang.Object
net.sourceforge.plantuml.oregon.MagicTable
public class MagicTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MagicTable
public MagicTable()
getNeighboors
public static int[] getNeighboors(int nb)
getNeighboorsSlow
public static int[] getNeighboorsSlow(int nb)
getAllFree
public List<Integer> getAllFree()
getAllUsed
public List<Integer> getAllUsed()
isUsuable
public boolean isUsuable(int nb)
burnNumber
public void burnNumber(int nb)
getRandomFree
public int getRandomFree(Random rnd)
size
public static int size(Random rnd,
MagicTable mt)
main
public static void main(String[] args)
main2
public static void main2(String[] args)
Copyright © 2011. All Rights Reserved.