com.smaxe.me.uv.amf3
Class Array

java.lang.Object
  extended by com.smaxe.me.uv.amf3.Array

public final class Array
extends java.lang.Object

Array - array type (supported by AMF3).

Author:
Andrei Sochirca

Field Summary
 java.util.Vector list
          dense portion of the array.
 java.util.Hashtable map
          associative portion of array.
 
Constructor Summary
Array(java.util.Hashtable map, java.util.Vector list)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public final java.util.Hashtable map
associative portion of array.


list

public final java.util.Vector list
dense portion of the array.

Constructor Detail

Array

public Array(java.util.Hashtable map,
             java.util.Vector list)
Constructor.

Parameters:
map -
list -
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object