| java.lang.Object javax.media.j3d.HashKey
Field Summary | |
int | count The count is the number of characters in the buffer. | char | value The value is used for character storage. |
count | int count(Code) | | The count is the number of characters in the buffer.
|
value | char value(Code) | | The value is used for character storage.
|
HashKey | HashKey(int length)(Code) | | |
ensureCapacity | void ensureCapacity(int minimumCapacity)(Code) | | |
equals | int equals(HashKey localToVworldKeys, int start, int end)(Code) | | |
equals | boolean equals(HashKey localToVworldKeys, int[] index, int start, int end)(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|