com.intellij.util.containers
Class HugeArray
java.lang.Object
com.intellij.util.containers.HugeArray
public class HugeArray
- extends java.lang.Object
|
Method Summary |
void |
add(java.lang.Object object)
|
int |
calcColumn(int index)
|
int |
calcRow(int index)
|
java.lang.Object |
get(int index)
|
void |
put(int index,
java.lang.Object object)
|
int |
size()
|
java.lang.Object[] |
toArray()
|
java.lang.Object[] |
toArray(java.lang.Object[] array)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HugeArray
public HugeArray(int rowBits)
put
public void put(int index,
java.lang.Object object)
get
public java.lang.Object get(int index)
calcColumn
public final int calcColumn(int index)
calcRow
public final int calcRow(int index)
size
public int size()
toArray
public java.lang.Object[] toArray()
toArray
public java.lang.Object[] toArray(java.lang.Object[] array)
add
public void add(java.lang.Object object)