Microsoft SDK for Java

isEmpty

This method of the WildcardExpression Class determines if the expression has an expression compiled into it. An empty expression cannot be used for matching.

Syntax

public boolean isEmpty();

Return Value

Returns true if the expression does not contain a compiled expression; otherwise, returns false.

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