Microsoft SDK for Java

contains

This method of the UnsignedIntRanges Class searches from the beginning for a given number.

Syntax

public boolean contains(int find);

Return Value

Returns true if the number was found; otherwise, returns false.

Parameters

find The number to search for.

Overrides

contains(int) in IntRanges.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.