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 for CachedDirectoryImpl entries. Contains both the path to which the path corresponds along with a data value.
    • Method Detail

      • getValue

        Either<java.io.IOException,​T> getValue()
        Return the value associated with this entry. jjj
        Returns:
        the value associated with this entry.