Java .properties read Strings with the same name

Ok so I got a .properties file in my Project and now, I would like to read every single property, which starts with "API" in this example and return it as a list or something, how can I do that
Was this page helpful?