mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:20:54 +00:00
small dumpview enhancement
This commit is contained in:
@@ -62,6 +62,10 @@ public class DumpInfo {
|
||||
this.lengthBits = lengthBits;
|
||||
}
|
||||
|
||||
public int getChildCount() {
|
||||
return childInfos == null ? 0 : childInfos.size();
|
||||
}
|
||||
|
||||
public List<DumpInfo> getChildInfos() {
|
||||
if (childInfos == null) {
|
||||
childInfos = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user