public class SavedWorld extends java.lang.Object implements java.lang.Comparable<SavedWorld>
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ScanTerm> |
world |
IWorldWeight |
worldWeight |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SavedWorld o) |
static SavedWorld |
instance(IDeltaWeight worldWeight,
java.util.Iterator<IndexEntry> truth,
com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> shouldSave) |
public IWorldWeight worldWeight
public java.util.ArrayList<ScanTerm> world
public static SavedWorld instance(IDeltaWeight worldWeight, java.util.Iterator<IndexEntry> truth, com.ibm.bluej.util.common.FunST<ScanTerm,java.lang.Boolean> shouldSave)
public int compareTo(SavedWorld o)
compareTo
in interface java.lang.Comparable<SavedWorld>