Carleslc / Simple-YAML

This Java API provides an easy-to-use way to store data and provide configurations using the YAML format.
https://carleslc.me/Simple-YAML
GNU General Public License v3.0
130 stars 38 forks source link

A method for getting real values in the section #27

Closed portlek closed 4 years ago

portlek commented 4 years ago

Fixes #26

Carleslc commented 4 years ago

getRealValues name is unclear. What 'real' stands for?

Probably a name like getMapValues or getEntries would be better.

portlek commented 4 years ago

Done.