Package xj3d.filter.node
Class ArrayData
java.lang.Object
xj3d.filter.node.ArrayData
Container for array field type data.
- Version:
- $Revision: 1.0 $
- Author:
- Rex Melton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intData typesfinal ObjectThe array objectstatic final intstatic final intstatic final intstatic final intfinal intThe number of items from the array that are validstatic final intfinal intThe array primitive type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BOOLEAN
public static final int BOOLEANData types- See Also:
-
INT
public static final int INT- See Also:
-
LONG
public static final int LONG- See Also:
-
FLOAT
public static final int FLOAT- See Also:
-
DOUBLE
public static final int DOUBLE- See Also:
-
STRING
public static final int STRING- See Also:
-
data
The array object -
type
public final int typeThe array primitive type -
num
public final int numThe number of items from the array that are valid
-
-
Constructor Details
-
ArrayData
-
ArrayData
-
-
Method Details
-
equals
Compare the data arrays- Parameters:
that- The object to compare- Returns:
- true if equals, false if not
-
clone
-