|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.plugins.ArrayValueImpl
Annotation value
Field Summary | |
protected int |
hash
The hash code |
protected TypeInfo |
type
The type |
protected Value[] |
values
The values |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
ArrayValueImpl()
Create a new ArrayValue |
|
ArrayValueImpl(TypeInfo type,
Value[] values)
Create a new ArrayValue |
Method Summary | |
protected void |
calculateHash()
Calculate the hash code |
boolean |
equals(Object o)
|
TypeInfo |
getType()
Get the type of the value |
Value[] |
getValues()
Get the values |
int |
hashCode()
|
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected TypeInfo type
protected Value[] values
protected int hash
Constructor Detail |
public ArrayValueImpl()
public ArrayValueImpl(TypeInfo type, Value[] values)
type
- the typevalues
- the valuesMethod Detail |
public Value[] getValues()
ArrayValue
getValues
in interface ArrayValue
public TypeInfo getType()
Value
getType
in interface Value
public boolean equals(Object o)
public int hashCode()
protected void calculateHash()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |