Interface PlanHashable

    • Method Detail

      • planHash

        int planHash()
        Return a hash similar to hashCode, but with the additional guarantee that is is stable across JVMs.
        Returns:
        a stable hash code
      • planHash

        static int planHash​(PlanHashable... hashables)
      • iterablePlanHash

        static int iterablePlanHash​(@Nonnull
                                    Iterable<?> objects)
      • objectsPlanHash

        static int objectsPlanHash​(Object... objects)