public class MessageWithGroupDict extends Object
Constructor and Description |
---|
MessageWithGroupDict(HashMap<String,List<Object>> blockToTags) |
Modifier and Type | Method and Description |
---|---|
void |
createArraysData() |
gnu.trove.set.hash.TIntHashSet |
getAllGroupTags() |
int |
getDelimiterTag(int leadingTag) |
gnu.trove.set.hash.TIntHashSet |
getGroupTags(int leadingTag) |
gnu.trove.set.hash.TIntHashSet |
getNestedLeadingTags() |
int[] |
getNestedLeadingTagsArray() |
gnu.trove.set.hash.TIntHashSet |
getOuterLeadingTags() |
int[] |
getOuterLeadingTagsArray() |
public gnu.trove.set.hash.TIntHashSet getNestedLeadingTags()
public gnu.trove.set.hash.TIntHashSet getOuterLeadingTags()
public gnu.trove.set.hash.TIntHashSet getGroupTags(int leadingTag)
public int getDelimiterTag(int leadingTag)
public gnu.trove.set.hash.TIntHashSet getAllGroupTags()
public void createArraysData()
public int[] getOuterLeadingTagsArray()
public int[] getNestedLeadingTagsArray()
Copyright © 2000–2022 EPAM Systems. All rights reserved.