net.groboclown.xml.xdstates.v1.impl
Class SetStore
java.lang.Object
|
+--net.groboclown.xml.xdstates.v1.impl.SetStore
- public class SetStore
- extends Object
Keeps track of each sub-ISet. This is where the logic of manipulating
one IItem list at a time comes in.
- Version:
- Alpha 0.9.0 - JDK 1.0+
- Author:
- Matt Albrecht
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
kids
private SetStore.ISetCollection[] kids
hasFired
private boolean hasFired
SetStore
public SetStore(IItem[] kids)
fire
public ArrayList fire(IDataList list)
- The heart of our logic. This and the more logic, anyway.
hasMore
public boolean hasMore()
Written under the LGPL