public class IntArray extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
data
The Data.
|
Constructor and Description |
---|
IntArray(int[] data)
Instantiates a new Int array.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
get(int i)
Get int.
|
int |
hashCode() |
int |
size()
Size int.
|
Copyright © 2019 SimiaCryptus Software. All rights reserved.