add option to check if sorting is used

This commit is contained in:
marhali 2022-05-28 14:20:46 +02:00
parent 5f5abb98b8
commit 8ce09a6a5b

View File

@ -171,6 +171,10 @@ public class TranslationData {
return keys;
}
public boolean isSorting() {
return rootNode.getChildren() instanceof TreeMap;
}
@Override
public String toString() {
return "TranslationData{" +