Interface TreeUsage

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TreeUsage
Reports the usages of a tree in a realm.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Represents the result of a tree usage.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The maximum number of usages in the usage report.
  • Method Summary

    Modifier and Type
    Method
    Description
    reportUsages(Realm realm, String treeName)
    Reports the usages of a tree in a realm.