|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.AbstractDirective
public abstract class AbstractDirective
Abstract directive base class.
Constructor Summary | |
---|---|
AbstractDirective()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Compare this object to the supplied object for equality. |
protected boolean |
equals(Object a,
Object b)
Utility to compare two object for equality. |
protected int |
hashArray(Object[] array)
Utility to hash an array. |
int |
hashCode()
Calculate the hashcode. |
protected int |
hashValue(Object value)
Utility to hash an object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDirective()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
- the other object
public int hashCode()
hashCode
in class Object
protected int hashArray(Object[] array)
array
- the array
protected int hashValue(Object value)
value
- the object
protected boolean equals(Object a, Object b)
a
- the first objectb
- the second object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |