T
- The type of entries in the archive.U
- The type of directory entries in the archive.public interface ArchiveDirectoryEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> extends ArchiveEntry<T,U>
Modifier and Type | Method and Description |
---|---|
Map<String,T> |
getChildEntries()
Get a read only
Map containing this directory entry's child
entries, if any. |
boolean |
isEmpty()
Is this directory entry empty? (I.e: does it not contain any child
entries?)
|
getLocation, getParent
Map<String,T> getChildEntries()
Map
containing this directory entry's child
entries, if any. The map's keys are the child entries' names (not
including the path up to and including this directory).Map
containing this entry's child entries.boolean isEmpty()
true
if the directory entry is empty.