public class CustClassList
extends java.lang.Object
CustomizationClass| Constructor and Description |
|---|
CustClassList(CustomizationClass... custClassList)
Create a CustClassList containing the given Customization Classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object custClassListObj)
Returns true if passed a CustClassList with an equivalent list of
CustomizationClasses to this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
CustomizationClass |
item(int index)
Get the Customization Class at the given (0 based) index.
|
int |
size()
Get the number of customization classes in this list.
|
java.lang.String |
toString() |
public CustClassList(CustomizationClass... custClassList)
custClassList - An array of CustomizationClasses.public boolean equals(java.lang.Object custClassListObj)
CustomizationClass.equals(Object).equals in class java.lang.ObjectcustClassListObj - another CustClassList instance to
compare with.true if both are equal, false
otherwise.public int hashCode()
hashCode in class java.lang.Objectpublic CustomizationClass item(int index)
index - The number of the customization class to return.public int size()
public java.lang.String toString()
toString in class java.lang.Object