Interface LongLookupContainer

    • Method Detail

      • contains

        boolean contains​(long e)
        Description copied from interface: LongContainer
        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 LongContainer
        Returns:
        Returns true if this container has an element equal to e.