add option to check if sorting is used
This commit is contained in:
parent
5f5abb98b8
commit
8ce09a6a5b
@ -171,6 +171,10 @@ public class TranslationData {
|
||||
return keys;
|
||||
}
|
||||
|
||||
public boolean isSorting() {
|
||||
return rootNode.getChildren() instanceof TreeMap;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TranslationData{" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user