The suggested tags are:
Horizontal Rule
Subcode
Demonstrated using SnackOverflow:
This sort of code would be generated using the following code:
Horizontal bar:
[hr]
Regular text Subcode text Regular text
---
The horizontal rule would used to separate subtopics in a more concise manner...
Hello.
I've noticed that a few methods could benefit from the usage of iterable data types. Name ones such as:
Inventory#containsAllOf(int[])
Bank#containsAnyOf(int[])
GroundItems#getLoaded(String[])
Just to name a few. This could work quite well with the changes to collections from Java 8...