javax.media.j3d
Class HashKey

java.lang.Object
  extended by 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.
 
Constructor Summary
HashKey()
           
HashKey(HashKey hashkey)
           
HashKey(int length)
           
HashKey(java.lang.String str)
           
 
Method Summary
(package private)  HashKey append(java.lang.String str)
           
(package private)  void ensureCapacity(int minimumCapacity)
           
private  int equals(HashKey hk)
           
(package private)  boolean equals(HashKey[] localToVworldKeys, int[] index, int start, int end)
           
(package private)  int equals(HashKey[] localToVworldKeys, int start, int end)
           
 boolean equals(java.lang.Object anObject)
           
(package private)  java.lang.String getLastNodeId()
           
 int hashCode()
           
(package private)  void reset()
           
(package private)  void set(HashKey hashkey)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

char[] value
The value is used for character storage.


count

int count
The count is the number of characters in the buffer.

Constructor Detail

HashKey

HashKey()

HashKey

HashKey(int length)

HashKey

HashKey(HashKey hashkey)

HashKey

HashKey(java.lang.String str)
Method Detail

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.