Uses of Interface
io.resys.hdes.client.api.programs.BranchProgram
Packages that use BranchProgram
-
Uses of BranchProgram in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement BranchProgramMethods in io.resys.hdes.client.api.programs that return types with arguments of type BranchProgramModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> ImmutableProgramEnvir.getBranchesByName()ProgramEnvir.getBranchesByName()Methods in io.resys.hdes.client.api.programs with parameters of type BranchProgramModifier and TypeMethodDescriptionstatic ImmutableBranchProgramImmutableBranchProgram.copyOf(BranchProgram instance) Creates an immutable copy of aBranchProgramvalue.ImmutableBranchProgram.Builder.from(BranchProgram instance) Fill a builder with attribute values from the providedBranchPrograminstance.Method parameters in io.resys.hdes.client.api.programs with type arguments of type BranchProgramModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.branchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesByNamemap.ImmutableProgramEnvir.Builder.putAllBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Put all mappings from the specified map as entries tobranchesByNamemap.ImmutableProgramEnvir.Builder.putBranchesByName(String key, ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram> value) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putBranchesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entry) Put one entry to thebranchesByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Copy the current immutable object by replacing thebranchesByNamemap with the specified map. -
Uses of BranchProgram in io.resys.hdes.client.spi.branch
Methods in io.resys.hdes.client.spi.branch that return BranchProgram