Microsoft SDK for Java

create

This method of the Atom class creates an atom object for the specified string. Atoms are case-sensitive and assume that all case folding has been done.

Syntax

public static Atom create(String s);

Parameters

s The string to create an Atom object for.

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