Home
last modified time | relevance | path

Searched defs:U32Vector (Results 1 – 1 of 1) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/lists/
H A DU32Vector.java11 public class U32Vector extends IntVector<UInt> class
13 public U32Vector() { in U32Vector() method in U32Vector
17 public U32Vector(int size, int value) { in U32Vector() method in U32Vector
26 public U32Vector(int size) { in U32Vector() method in U32Vector
31 public U32Vector(int[] data) { in U32Vector() method in U32Vector
37 public U32Vector(int[] values, int offset, int length) { in U32Vector() method in U32Vector