public class BasicJotyCursor
extends java.lang.Object
FieldDescriptor
objects and a name-base
map for addressing their positions in the set.FieldDescriptor
Modifier and Type | Field and Description |
---|---|
boolean |
m_closed |
FieldDescriptor[] |
m_fields |
org.joty.common.CaselessStringKeyMap<FieldDescriptor> |
m_fieldsMap |
Constructor and Description |
---|
BasicJotyCursor(int size,
JotyApplication app) |
Modifier and Type | Method and Description |
---|---|
void |
setToNull() |
public FieldDescriptor[] m_fields
public org.joty.common.CaselessStringKeyMap<FieldDescriptor> m_fieldsMap
public boolean m_closed
public BasicJotyCursor(int size, JotyApplication app)