Microsoft SDK for Java

addSingleton

This method of the IntRanges Class adds a range of a single integer to the IntRange object.

Syntax

public synchronized void addSingleton(int n);

Exceptions

Throws SecurityException if there is an immutable key.

Parameters

n The integer range. For example, if n is 43, a range of 43-43 is added.

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