toxi.util.datatypes
Class IntegerSet
java.lang.Object
toxi.util.datatypes.IntegerSet
public class IntegerSet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
items
public int[] items
currID
public int currID
current
public int current
IntegerSet
public IntegerSet(int[] items)
IntegerSet
public IntegerSet(java.lang.Integer... items)
contains
public boolean contains(int value)
getCurrent
public int getCurrent()
pickRandom
public int pickRandom()
pickRandomUnique
public int pickRandomUnique()
seed
public IntegerSet seed(long seed)
setRandom
public void setRandom(java.util.Random rnd)