org.scijava.util.IntArray
in
org.scijava:scijava-common
.@Deprecated public class IntArray extends ArrayBase<int[],Integer>
Modifier and Type | Field and Description |
---|---|
protected int[] |
baseArray
Deprecated.
|
actualSize, allocated, maximumGrowth, type
Constructor and Description |
---|
IntArray()
Deprecated.
|
IntArray(int size)
Deprecated.
|
IntArray(int size,
int growth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
add(int value)
Deprecated.
|
boolean |
contains(int value)
Deprecated.
|
int |
get(int index)
Deprecated.
|
protected int[] |
getArray()
Deprecated.
|
int |
insert(int index,
int value)
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
void |
set(int index,
int value)
Deprecated.
|
protected void |
setArray(int[] array)
Deprecated.
|
String |
toString()
Deprecated.
|
protected Integer |
valueOf(int index)
Deprecated.
|
buildArray, clear, ensureCapacity, getAddIndex, iterator, makeInsertSpace, remove, setSize, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public IntArray(int size, int growth)
public IntArray(int size)
public IntArray()
protected int[] getArray()
protected void setArray(int[] array)
protected Integer valueOf(int index)
public int add(int value)
public int insert(int index, int value)
public int get(int index)
public void set(int index, int value)
public boolean contains(int value)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.