Class Mappings.FiniteAbstractMapping

    • Constructor Detail

      • FiniteAbstractMapping

        public FiniteAbstractMapping()
    • Method Detail

      • iterator

        public java.util.Iterator<IntPair> iterator()
        Description copied from interface: Mapping
        Returns an iterator over the elements in this mapping.

        This method is optional; implementations may throw UnsupportedOperationException.

      • hashCode

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

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