public static class PackageUtil.FolderItem extends LinkedHashMap<String,Object> implements PackageUtil.TreeItem
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FolderItem(String path,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getName() |
String |
getPath() |
int |
hashCode() |
void |
toJson(com.google.gson.stream.JsonWriter writer) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic String getName()
getName in interface PackageUtil.TreeItempublic String getPath()
getPath in interface PackageUtil.TreeItempublic void toJson(com.google.gson.stream.JsonWriter writer)
throws IOException
toJson in interface PackageUtil.TreeItemIOExceptionpublic boolean equals(Object other)
Copyright © 2022. All rights reserved.