Package org.jspace
Class RandomSpace
java.lang.Object
org.jspace.SequentialSpace
org.jspace.RandomSpace
- All Implemented Interfaces:
Space
public class RandomSpace extends SequentialSpace
-
Field Summary
Fields inherited from class org.jspace.SequentialSpace
bound, tuples
-
Constructor Summary
Constructors Constructor Description RandomSpace()
RandomSpace(int bound)
RandomSpace(int bound, long seed)
RandomSpace(int bound, java.util.Random r)
RandomSpace(long seed)
-
Method Summary
Methods inherited from class org.jspace.SequentialSpace
addTuple, findAllTuples, get, getAll, getp, put, query, queryAll, queryp, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RandomSpace
public RandomSpace() -
RandomSpace
public RandomSpace(int bound) -
RandomSpace
public RandomSpace(long seed) -
RandomSpace
public RandomSpace(int bound, long seed) -
RandomSpace
public RandomSpace(int bound, java.util.Random r)
-
-
Method Details
-
findTuple
- Overrides:
findTuple
in classSequentialSpace
-