Microsoft SDK for Java

IncludeExcludeIntRanges Class Constructors

The IncludeExcludeIntRanges Class contains the following constructors:

IncludeExcludeIntRanges(InitRanges Include, IntRanges exclude)
IncludeExcludeIntRanges()

IncludeExcludeIntRanges(IntRanges include, IntRanges exclude)

Constructs a new IncludeExcludeIntRanges given an IntRanges object matching the included integers and an IntRanges object matching the excluded integers.

Syntax

public IncludeExcludeIntRanges(IntRanges include, IntRanges exclude);

Parameters

include The integers that are included in the set.
exclude The integers that are excluded from the set.

IncludeExcludeIntRanges()

Constructs an empty IncludeExcludeIntRanges object.

Syntax

public IncludeExcludeIntRanges();

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