Skip to content
Advertisement

Tag: technical-debt

Java Programmingtechnic to check files performant?

I’m searching for a pattern or programming technic in Java for my service. The Input of the service is an Array of Strings. These Strings represent a file and some information. The output of the service is a Map of the exact String and a Boolean. The Boolean represents that the information exists in the file. e.g. Input Output I

Advertisement