|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rlcommunity.rlglue.codec.types.RL_abstract_type
org.rlcommunity.rlglue.codec.types.Random_seed_key
public class Random_seed_key
Field Summary |
---|
Fields inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type |
---|
charArray, doubleArray, intArray |
Constructor Summary | |
---|---|
Random_seed_key()
|
|
Random_seed_key(int numInts,
int numDoubles)
For backwards compatibility with RL-Glue 2.x |
|
Random_seed_key(int numInts,
int numDoubles,
int numChars)
|
|
Random_seed_key(RL_abstract_type src)
|
Method Summary | |
---|---|
Random_seed_key |
duplicate()
|
Methods inherited from class org.rlcommunity.rlglue.codec.types.RL_abstract_type |
---|
compareTo, RLStructCopy, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Random_seed_key()
public Random_seed_key(int numInts, int numDoubles)
numInts
- numDoubles
- public Random_seed_key(int numInts, int numDoubles, int numChars)
public Random_seed_key(RL_abstract_type src)
Method Detail |
---|
public Random_seed_key duplicate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |