meshi.util
Class AttributesRack

java.lang.Object
  extended by meshi.util.AttributesRack

public class AttributesRack
extends java.lang.Object


Field Summary
private  java.lang.Object[] internalArray
           
static int MAX_ATTRIBUTES
           
 
Constructor Summary
AttributesRack()
           
 
Method Summary
 void addAttribute(MeshiAttribute attribute)
           
 MeshiAttribute getAttribute(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_ATTRIBUTES

public static final int MAX_ATTRIBUTES
See Also:
Constant Field Values

internalArray

private final java.lang.Object[] internalArray
Constructor Detail

AttributesRack

public AttributesRack()
Method Detail

addAttribute

public void addAttribute(MeshiAttribute attribute)

getAttribute

public MeshiAttribute getAttribute(int key)