com.smaxe.me.uv.amf3
Class ArrayCollection

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

public final class ArrayCollection
extends java.lang.Object

ArrayCollection - flex.messaging.io.ArrayCollection class.

Author:
Andrei Sochirca

Field Summary
 java.util.Vector array
          array.
static java.lang.String CLASS_NAME
          CLASS_NAME - "flex.messaging.io.ArrayCollection"
 
Constructor Summary
ArrayCollection()
          Constructor.
ArrayCollection(java.util.Vector array)
          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

CLASS_NAME

public static final java.lang.String CLASS_NAME
CLASS_NAME - "flex.messaging.io.ArrayCollection"

See Also:
Constant Field Values

array

public java.util.Vector array
array.

Constructor Detail

ArrayCollection

public ArrayCollection()
Constructor.


ArrayCollection

public ArrayCollection(java.util.Vector array)
Constructor.

Parameters:
array -
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