Class Tag_Int
-
Constructor Details
-
Tag_Int
public Tag_Int()Create an empty int tag. -
Tag_Int
Create a int tag with name and data set to null.- Parameters:
name- Name of the tag.
-
Tag_Int
Create a int tag with name and data.- Parameters:
name- Name of the tag.data- The initial data of the tag.
-