Interface PsyBounded

    • Method Detail

      • capacity

        int capacity()
        Returns the capacity of this container.
        Returns:
        the capacity of this container.
      • psyCapacity

        default PsyInteger psyCapacity()
        Returns the Ψ-integer capacity of this container.
        Returns:
        the Ψ-integer capacity of this container.
      • isFull

        default boolean isFull()
        Returns a boolean indicating whether this container is full.
        Returns:
        true if this container is full, and false otherwise.
      • psyIsFull

        default PsyBoolean psyIsFull()
        Returns a Ψ-boolean indicating whether this container is full.
        Returns:
        the Ψ-boolean true if this container is full, and the Ψ-boolean false otherwise.