Class Place


  • public abstract class Place
    extends java.lang.Object
    Represents a bookmarkable location in an app. Implementations are expected to provide correct Object.equals(Object) and Object.hashCode() methods.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Place NOWHERE
      The null place.
    • Constructor Summary

      Constructors 
      Constructor Description
      Place()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOWHERE

        public static final Place NOWHERE
        The null place.
    • Constructor Detail

      • Place

        public Place()