Interface Diff.Element<K>

All Superinterfaces:
Comparable<K>
All Known Implementing Classes:
INode, INodeDirectory, INodeFile, INodeReference, INodeReference.DstReference, INodeReference.WithCount, INodeReference.WithName, INodeSymlink, INodeWithAdditionalFields, Snapshot.Root
Enclosing class:
Diff<K,E extends Diff.Element<K>>

public static interface Diff.Element<K> extends Comparable<K>
An interface for the elements in a Diff.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getKey

      K getKey()
      Returns:
      the key of this object.