Class NodeArray

java.lang.Object
org.web3d.vrml.util.NodeArray

public class NodeArray extends Object
Simple dynamic array structure that holds VRMLNode instances.

Idea is to save implementation weight when we don't really want to use a full java.util collections class, but don't want to have to re-implement the node copy/paste stuff every time.

Version:
$Revision: 1.9 $
Author:
Justin Couch