|
Préférences
Moteurs de recherche
|
|||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.awt
|
Constructor Summary | |
---|---|
protected |
RenderingHints.Key(int privatekey)
Construct a key using the indicated private key. |
Method Summary | |
---|---|
boolean |
equals(Object o)
The equals method for all Key objects will return the same result as the equality operator '=='. |
int |
hashCode()
The hash code for all Key objects will be the same as the system identity code of the object as defined by the System.identityHashCode() method. |
protected int |
intKey()
Returns the private integer key that the subclass instantiated this Key with. |
abstract boolean |
isCompatibleValue(Object val)
Returns true if the specified object is a valid value for this Key. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RenderingHints.Key(int privatekey)
privatekey
- the specified keyMethod Detail |
---|
public abstract boolean isCompatibleValue(Object val)
val
- the Object
to test for validity
true
if val
is valid;
false
otherwise.protected final int intKey()
public final int hashCode()
Object.equals(java.lang.Object)
,
Hashtable
public final boolean equals(Object o)
o
- the reference object with which to compare.
true
if this object is the same as the obj
argument; false
otherwise.Object.hashCode()
,
Hashtable