Package gnu.mapping

Class SharedLocation<T>

    • Constructor Detail

      • SharedLocation

        public SharedLocation​(Symbol symbol,
                              Object property,
                              int timestamp)
    • Method Detail

      • get

        public final T get()
        Description copied from class: Location
        Get the current value of this location.
        Specified by:
        get in class Location<T>
      • get

        public final T get​(T defaultValue)
        Overrides:
        get in class Location<T>
      • isBound

        public boolean isBound()
        Specified by:
        isBound in class Location<T>
      • set

        public final void set​(T newValue)
        Specified by:
        set in class Location<T>