com.sun.j3d.utils.geometry
Class GeometryInfo.IndexRow
java.lang.Object
com.sun.j3d.utils.geometry.GeometryInfo.IndexRow
- Enclosing class:
- GeometryInfo
private class GeometryInfo.IndexRow
- extends java.lang.Object
Field Summary |
private static int |
HASHCONST
|
(package private) int |
size
|
(package private) int[] |
val
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
int |
get(int index)
|
int |
hashCode()
|
void |
set(int index,
int value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
val
int[] val
size
int size
HASHCONST
private static final int HASHCONST
- See Also:
- Constant Field Values
GeometryInfo.IndexRow
GeometryInfo.IndexRow(int numColumns)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
get
public int get(int index)
set
public void set(int index,
int value)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.