public final class IntList
extends java.lang.Object
int
values, so it does not need auto-boxing. Note:
this is a driver-internal class, and it is not intended to be used outside the driver.Constructor and Description |
---|
IntList() |
Modifier and Type | Method and Description |
---|---|
void |
add(int i) |
void |
clear() |
int |
get(int i) |
int |
size() |
int[] |
toArray()
Returns an array containing all the elements in this list.
|
java.lang.String |
toString() |
public void add(int i)
public int size()
public int get(int i)
public void clear()
public int[] toArray()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.