Microsoft SDK for Java

clone

This method of the Queue Class creates a copy of the object.

Syntax

protected Object clone() throws CloneNotSupportedException;

Return Value

Returns a copy of the Queue object.

Exceptions

CloneNotSupportedException if the object cannot be copied.

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