Uses of Class
no.nav.arxaas.hierarchy.Level
-
Packages that use Level Package Description no.nav.arxaas.hierarchy no.nav.arxaas.hierarchy.interval -
-
Uses of Level in no.nav.arxaas.hierarchy
Fields in no.nav.arxaas.hierarchy with type parameters of type Level Modifier and Type Field Description private @NotNull List<Level>OrderBasedHierarchyBuilder. levelsMethods in no.nav.arxaas.hierarchy that return types with arguments of type Level Modifier and Type Method Description List<Level>OrderBasedHierarchyBuilder. getLevels()Constructor parameters in no.nav.arxaas.hierarchy with type arguments of type Level Constructor Description OrderBasedHierarchyBuilder(List<Level> levels) -
Uses of Level in no.nav.arxaas.hierarchy.interval
Fields in no.nav.arxaas.hierarchy.interval with type parameters of type Level Modifier and Type Field Description private @NotNull @Valid List<Level>IntervalBasedHierarchyBuilder. levelsMethods in no.nav.arxaas.hierarchy.interval that return types with arguments of type Level Modifier and Type Method Description List<Level>IntervalBasedHierarchyBuilder. getLevels()
-