com.metsci.glimpse.util.primitives
Interface IntsModifiable
- All Superinterfaces:
- Ints
- All Known Implementing Classes:
- IntsArray
public interface IntsModifiable
- extends Ints
- Author:
- hogye
Method Summary |
void |
append(int v)
|
void |
append(int[] vs)
|
void |
append(int[] vs,
int from,
int to)
|
void |
append(java.nio.IntBuffer vs)
|
void |
append(java.nio.IntBuffer vs,
int c)
|
void |
append(Ints vs)
|
void |
append(Ints vs,
int from,
int to)
|
void |
compact()
|
void |
ensureCapacity(int minCapacity)
|
void |
insert(int i,
int v)
|
void |
insert(int i,
int[] vs)
|
void |
insert(int i,
int[] vs,
int from,
int to)
|
void |
insert(int i,
java.nio.IntBuffer vs)
|
void |
insert(int i,
java.nio.IntBuffer vs,
int c)
|
void |
insert(int i,
Ints vs)
|
void |
insert(int i,
Ints vs,
int from,
int to)
|
void |
prepend(int v)
|
void |
prepend(int[] vs)
|
void |
prepend(int[] vs,
int from,
int to)
|
void |
prepend(java.nio.IntBuffer vs)
|
void |
prepend(java.nio.IntBuffer vs,
int c)
|
void |
prepend(Ints vs)
|
void |
prepend(Ints vs,
int from,
int to)
|
void |
remove(int v)
Removes a single copy of the specified value. |
void |
set(int i,
int v)
|
set
void set(int i,
int v)
insert
void insert(int i,
int v)
insert
void insert(int i,
int[] vs)
insert
void insert(int i,
Ints vs)
insert
void insert(int i,
java.nio.IntBuffer vs)
insert
void insert(int i,
int[] vs,
int from,
int to)
insert
void insert(int i,
Ints vs,
int from,
int to)
insert
void insert(int i,
java.nio.IntBuffer vs,
int c)
append
void append(int v)
append
void append(int[] vs)
append
void append(Ints vs)
append
void append(java.nio.IntBuffer vs)
append
void append(int[] vs,
int from,
int to)
append
void append(Ints vs,
int from,
int to)
append
void append(java.nio.IntBuffer vs,
int c)
prepend
void prepend(int v)
prepend
void prepend(int[] vs)
prepend
void prepend(Ints vs)
prepend
void prepend(java.nio.IntBuffer vs)
prepend
void prepend(int[] vs,
int from,
int to)
prepend
void prepend(Ints vs,
int from,
int to)
prepend
void prepend(java.nio.IntBuffer vs,
int c)
remove
void remove(int v)
- Removes a single copy of the specified value. If multiple copies
are present, there is no guarantee which one will be removed.
ensureCapacity
void ensureCapacity(int minCapacity)
compact
void compact()
Copyright © 2012 Metron, Inc.. All Rights Reserved.