javax.media.j3d
Class HashKey
java.lang.Object
javax.media.j3d.HashKey
class HashKey
- extends java.lang.Object
Field Summary |
(package private) int |
count
The count is the number of characters in the buffer. |
(package private) char[] |
value
The value is used for character storage. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
value
char[] value
- The value is used for character storage.
count
int count
- The count is the number of characters in the buffer.
HashKey
HashKey()
HashKey
HashKey(int length)
HashKey
HashKey(HashKey hashkey)
HashKey
HashKey(java.lang.String str)
set
void set(HashKey hashkey)
reset
void reset()
ensureCapacity
void ensureCapacity(int minimumCapacity)
append
HashKey append(java.lang.String str)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object anObject)
- Overrides:
equals
in class java.lang.Object
equals
private int equals(HashKey hk)
equals
int equals(HashKey[] localToVworldKeys,
int start,
int end)
equals
boolean equals(HashKey[] localToVworldKeys,
int[] index,
int start,
int end)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getLastNodeId
java.lang.String getLastNodeId()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.