com.smaxe.uv.amf3
Class ArrayCollection

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

public final class ArrayCollection
extends java.lang.Object

ArrayCollection - flex.messaging.io.ArrayCollection class.

Author:
Andrei Sochirca

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

Constructor Detail

ArrayCollection

public ArrayCollection()
Constructor.


ArrayCollection

public ArrayCollection(java.util.List<java.lang.Object> 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