Package 

Class HashcodeBackStackKeyResolver

    • Method Summary

      Modifier and Type Method Description
      String getStableKey(T item) Returns a stable key for the given item.
      • Methods inherited from class java.lang.Object

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

      • HashcodeBackStackKeyResolver

        HashcodeBackStackKeyResolver()
    • Method Detail

      • getStableKey

         String getStableKey(T item)

        Returns a stable key for the given item.

        Parameters:
        item - the item to get the stable key for.