Class MapKeys


  • public class MapKeys
    extends java.lang.Object
    Helper class containing all known map keys for the map-based implementation as static String fields. Note that the task here is made harder by case and tense variants, etc.; normal names with suffix are the commonest, typically upper-case first character and the rest lower-case.

    NOTE: not yet in general usage; will be used more with refactoring over time -- HR.

    FIXME: we need something similar for common map values -- HR.