Class Tuple

    • Field Detail

      • cachedHash

        protected int cachedHash
        Caches precalculated hash value
    • Constructor Detail

      • Tuple

        protected Tuple()
        Creates a Tuple instance Derivatives should call calcHash()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • replaceAll

        public Tuple replaceAll​(java.lang.Object obsolete,
                                java.lang.Object replacement)
      • toImmutable

        public Tuple toImmutable()