JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
propel.core.collections.buffers.primitive
Interface ILongBuffer
All Known Implementing Classes:
FixedSizeLongBuffer
,
SharedFixedSizeLongBuffer
public interface
ILongBuffer
Interface of a buffer of Long primitives
Method Summary
Methods
Modifier and Type
Method and Description
long[]
get
()
Returns the buffer data
void
put
(long value)
Puts a new value in the buffer
Method Detail
get
long[] get()
Returns the buffer data
put
void put(long value)
Puts a new value in the buffer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method