package lobstack; /** * Any changes here will need changes to serialize and deserialize */ public class NodeEntry implements java.io.Serializable { public boolean node=false; public long location=-1; public int min_file_number=0; }