Interface DoubleLookupContainer

    • Method Detail

      • contains

        boolean contains​(double e)
        Description copied from interface: DoubleContainer
        Lookup a given element in the container. This operation has no speed guarantees (may be linear with respect to the size of this container).
        Specified by:
        contains in interface DoubleContainer
        Returns:
        Returns true if this container has an element equal to e.