Package com.swoval.files
Interface FileTreeDataViews.Entry<T>
-
- Type Parameters:
T- The value wrapped in the Entry
- All Superinterfaces:
java.lang.Comparable<FileTreeDataViews.Entry<T>>
- Enclosing class:
- FileTreeDataViews
public static interface FileTreeDataViews.Entry<T> extends java.lang.Comparable<FileTreeDataViews.Entry<T>>
Container class forCachedDirectoryImplentries. Contains both the path to which the path corresponds along with a data value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedPathgetTypedPath()Returns theTypedPathassociated with this entry.Either<java.io.IOException,T>getValue()Return the value associated with this entry.
-