public class LongBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long id) |
void |
add(long[] argIds)
add all of argIds, growing as required
|
void |
add(long[] argIds,
int argLength)
add argIds[0..argLength] , growing as required
|
void |
add(LongBuffer argBuf)
add all elements in the argument, growing as required
|
void |
clear() |
long |
get(int index) |
long |
getAndStore(int index,
int newValue) |
public void add(long id)
public void add(long[] argIds,
int argLength)
public void add(long[] argIds)
public void add(LongBuffer argBuf)
public long get(int index)
public long getAndStore(int index,
int newValue)
public void clear()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.