Interface IPlace_Samples


public interface IPlace_Samples
Some sample IPlaces
Author:
swong
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.util.Map<java.lang.String,​IPlace> SAMPLE_PLACES_DICT
    An immutable mapping of names to sample places.
  • Method Summary

    Static Methods
    Modifier and Type Method Description
    static java.util.Map<java.lang.String,​IPlace> getSamplePlacesDict()
    Get a mutable mapping of names to IPlaces, initialized to the entries in SAMPLE_PLACES_DICT.
  • Field Details

    • SAMPLE_PLACES_DICT

      static final java.util.Map<java.lang.String,​IPlace> SAMPLE_PLACES_DICT
      An immutable mapping of names to sample places.
  • Method Details

    • getSamplePlacesDict

      static java.util.Map<java.lang.String,​IPlace> getSamplePlacesDict()
      Get a mutable mapping of names to IPlaces, initialized to the entries in SAMPLE_PLACES_DICT. Use this method to get the sample locations if additional or fewer places are desired.
      Returns:
      a mutable Map<String, Place> instance