T - The value wrapped in the Entrypublic static interface FileTreeDataViews.Entry<T> extends java.lang.Comparable<FileTreeDataViews.Entry<T>>
CachedDirectoryImpl entries. Contains both the path to which the
path corresponds along with a data value.| Modifier and Type | Method and Description |
|---|---|
TypedPath |
getTypedPath()
Returns the
TypedPath associated with this entry. |
Either<java.io.IOException,T> |
getValue()
Return the value associated with this entry.
|