Microsoft SDK for Java

contains

This method of the IncludeExcludeIntRanges Class determines if n is a member of the set.

Syntax

public boolean contains(int n);

Return Value

Returns true if n is in the set.

n The integer to test for membership.

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