public class Group extends FieldMap
| Constructor and Description |
|---|
Group(Group group)
Copy a group.
|
Group(int field,
int delim)
Create a group with the specified count and delimiter fields.
|
Group(int field,
int delim,
int[] order)
Create a group with the specified count and delimiter fields and
field ordering.
|
| Modifier and Type | Method and Description |
|---|---|
int |
delim() |
int |
field()
Deprecated.
Use getFieldTag
|
int |
getFieldTag() |
addGroup, addGroupRef, calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamppublic Group(int field,
int delim)
field - the count tag numberdelim - the delimiter tag number (first group field)public Group(Group group)
group - the group to copypublic Group(int field,
int delim,
int[] order)
field - delim - order - Copyright © 2016. All rights reserved.