Class AndroidSettingFactory.StandardIntent

    • Constructor Detail

      • StandardIntent

        public StandardIntent​(String action)
      • StandardIntent

        public StandardIntent​(Atom action)
      • StandardIntent

        public StandardIntent​(Atom action,
                              Atom uri)
    • Method Detail

      • hashCode

        public int hashCode()
        Description copied from class: Intent
        CLASHES: Does not consider intent-type. This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
        Overrides:
        hashCode in class Intent
      • equals

        public boolean equals​(Object o)
        Description copied from class: Intent
        Intents are equal to Intents with other type. This clash is however intended: This aids in resolving the override of an Intent. The AndroidEntryPointManager generates new Intent Objects. Instead of searching all overrides we get it for free.
        Overrides:
        equals in class Intent