CDefine[def] is a symbolic representation of a preprocessor define.
PermutationLength[perm] returns the number of integers moved by the permutation perm.
PermutationMax[perm] returns the largest integer moved by the permutation perm.
PermutationSupport[perm] returns the support of the permutation perm.
ToUpperCase[string] yields a string in which all letters have been converted to uppercase.
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
Fields[javaclass] returns a list of the Java declarations for all fields of the specified JavaClass. Fields["classname"] lists the fields for the named class. ...
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
AllowShortContext is an option to LoadJavaClass (in J/Link) and LoadNETType (in .NET/Link) that specifies whether the class-specific context in which static method and field ...
AddEdges[g, edgeList] gives graph g with the new edges in edgeList added. edgeList can have the form {a, b} to add a single edge {a, b} or the form {{a, b}, {c, d}, ...}, to ...