
| Key: |
QFJ-361
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Alvin Wang
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Right now, it is:
public Group(int field, int delim) {
this(field, delim, new int[] { delim });
}
But I think it should get the order info from the Dictionary to make more sense based on the spec. Thanks.
|
|
Description
|
Right now, it is:
public Group(int field, int delim) {
this(field, delim, new int[] { delim });
}
But I think it should get the order info from the Dictionary to make more sense based on the spec. Thanks. |
Show » |
|
Group is a basic building block - it doesn't know about Dictionary.