Package de.captaingoldfish.scim.sdk.common.tree


package de.captaingoldfish.scim.sdk.common.tree
this package contains a simple tree implementation. Since I was not able to find a generic solution in the JDK that works as expected I create my own here that is used for resolving bulk-request operations if necessary. But this solution should also be usable in other workflows
Since:
25.03.2022
Author:
Pascal Knueppel
  • Classes
    Class
    Description
    this implementation represents a tree with several root-nodes and each node might have several parents and several children.
    a simple representation of a tree node