|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.scheinerman.phoenix.library.AbstractModule
net.scheinerman.phoenix.library.SetFunctions
public class SetFunctions
Nested Class Summary | |
---|---|
private class |
SetFunctions.Add
|
private class |
SetFunctions.Clear
|
private class |
SetFunctions.Contains
|
private class |
SetFunctions.Create
|
private class |
SetFunctions.CreateFromStack
|
private class |
SetFunctions.Delete
|
private class |
SetFunctions.Exists
|
(package private) class |
SetFunctions.SetContainer
|
private class |
SetFunctions.Size
|
Field Summary | |
---|---|
static java.util.HashMap<java.lang.String,SetFunctions.SetContainer> |
SETS
|
Fields inherited from class net.scheinerman.phoenix.library.AbstractModule |
---|
functions, run_fat |
Constructor Summary | |
---|---|
SetFunctions()
|
Method Summary | |
---|---|
void |
checkIfSetDoesNotExist(java.lang.String name)
|
void |
checkIfSetExists(java.lang.String name)
|
void |
reset()
|
Methods inherited from class net.scheinerman.phoenix.library.AbstractModule |
---|
load, load |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.HashMap<java.lang.String,SetFunctions.SetContainer> SETS
Constructor Detail |
---|
public SetFunctions()
Method Detail |
---|
public void reset()
reset
in interface Module
reset
in class AbstractModule
public void checkIfSetExists(java.lang.String name)
public void checkIfSetDoesNotExist(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |