Spec-Zone .ru
спецификации, руководства, описания, API
|
public abstract class LongBuffer extends Buffer implements Comparable<LongBuffer>
Этот class определяет четыре категории операций на длинные буферы:
Абсолютный и относительный добраться
и
поместить
методы, которые читают и пишут единственный longs;
Родственник объем добирается
методы, которые передают непрерывные последовательности longs от этого буфера в массив; и
Родственник объем помещается
методы, которые передают непрерывные последовательности longs от длинного массива или некоторого другого длинного буфера в этот буфер; и
Методы для уплотнение
,
дублирование
, и
разрезание
длинный буфер.
Длинные буферы могут быть созданы любой выделение
, который выделяет место для контента буфера,
обертывание
существующий длинный массив в буфер, или создавая представление существующего буфера байта.
Как буфер байта, длинный буфер является или прямым или непрямым. Длинный буфер, создаваемый через методы wrap этого class, будет непрямым. Длинный буфер, создаваемый как представление буфера байта, будет прямым, если, и только если, буфер самого байта является прямым. Является ли длинный буфер прямым, может быть определен, вызывая isDirect
метод.
Методы в этом class, у которых иначе нет значения, чтобы возвратиться, определяются, чтобы возвратить буфер, на который они вызываются. Это позволяет вызовам метода быть объединенными в цепочку.
Модификатор и Тип | Метод и Описание |
---|---|
static LongBuffer |
allocate(int capacity)
Выделяет новый длинный буфер.
|
long[] |
array()
Возвращает длинный массив, который поддерживает этот буфер (дополнительная работа).
|
int |
arrayOffset()
Возвращает смещение в пределах массива поддержки этого буфера первого элемента буфера (дополнительная работа).
|
abstract LongBuffer |
asReadOnlyBuffer()
Создает новый, длинный буфер только для чтения, который совместно использует контент этого буфера.
|
abstract LongBuffer |
compact()
Уплотняет этот буфер (дополнительная работа).
|
int |
compareTo(LongBuffer that)
Сравнивает этот буфер с другим.
|
abstract LongBuffer |
duplicate()
Создает новый длинный буфер, который совместно использует контент этого буфера.
|
boolean |
equals(Object ob)
Говорит, равен ли этот буфер другому объекту.
|
abstract long |
get()
Родственник получает метод.
|
abstract long |
get(int index)
Абсолютный получают метод.
|
LongBuffer |
get(long[] dst)
Относительный объем получает метод.
|
LongBuffer |
get(long[] dst, int offset, int length)
Относительный объем получает метод.
|
boolean |
hasArray()
Говорит, поддерживается ли этот буфер доступным длинным массивом.
|
int |
hashCode()
Возвращает текущий хэш-код этого буфера.
|
abstract boolean |
isDirect()
Говорит, является ли этот длинный буфер прямым.
|
abstract ByteOrder |
order()
Получает порядок байтов этого буфера.
|
abstract LongBuffer |
put(int index, long l)
Абсолютный помещенный метод (дополнительная работа).
|
abstract LongBuffer |
put(long l)
Родственник помещенный метод (дополнительная работа).
|
LongBuffer |
put(long[] src)
Относительный объем помещенный метод (дополнительная работа).
|
LongBuffer |
put(long[] src, int offset, int length)
Относительный объем помещенный метод (дополнительная работа).
|
LongBuffer |
put(LongBuffer src)
Относительный объем помещенный метод (дополнительная работа).
|
abstract LongBuffer |
slice()
Создает новый длинный буфер, контент которого является совместно используемой подпоследовательностью контента этого буфера.
|
Строка |
toString()
Возвращает строку, суммирующую состояние этого буфера.
|
static LongBuffer |
wrap(long[] array)
Обертывает длинный массив в буфер.
|
static LongBuffer |
wrap(long[] array, int offset, int length)
Обертывает длинный массив в буфер.
|
public static LongBuffer allocate(int capacity)
Позиция нового буфера будет нулем, его предел будет его емкостью, ее метка будет неопределена, и каждый из ее элементов будет инициализирован, чтобы обнулить. У этого будет a поддержка массива
, и
массив смещается
будет нуль.
capacity
- Емкость нового буфера, в longsIllegalArgumentException
- Если capacity является отрицательным целым числомpublic static LongBuffer wrap(long[] array, int offset, int length)
Новый буфер будет поддержан даваемым, долго выстраивают; то есть, модификации к буферу заставят массив быть измененным и наоборот. Емкостью нового буфера будет array.length, его позицией будет offset, его пределом будет offset + length, и его метка будет неопределена. поддержка массива
будет данный массив, и
массив смещается
будет нуль.
array
- Массив, который поддержит новый буферoffset
- Смещение подмассива, который будет использоваться; должно быть неотрицательным и не больше чем array.length. Позиция нового буфера будет установлена в это значение.length
- Длина подмассива, который будет использоваться; должно быть неотрицательным и не больше чем array.length - offset. Предел нового буфера будет установлен к offset + length.IndexOutOfBoundsException
- Если предварительные условия на offset и параметрах length не содержатpublic static LongBuffer wrap(long[] array)
Новый буфер будет поддержан даваемым, долго выстраивают; то есть, модификации к буферу заставят массив быть измененным и наоборот. Емкостью нового буфера и пределом будет array.length, его позиция будет нулем, и его метка будет неопределена. поддержка массива
будет данный массив, и
массив смещается
будет нуль.
array
- Массив, который поддержит этот буферpublic abstract LongBuffer slice()
Контент нового буфера запустится в текущей позиции этого буфера. Изменения к контенту этого буфера будут видимы в новом буфере, и наоборот; позиция этих двух буферов, предел, и значения метки будут независимы.
Позиция нового буфера будет нулем, его емкость и его предел будут числом longs, остающегося в этом буфере, и его метка будет неопределена. Новый буфер будет прямым, если, и только если, этот буфер является прямым, и это будет только для чтения, если, и только если, этот буфер только для чтения.
public abstract LongBuffer duplicate()
Контент нового буфера будет контентом этого буфера. Изменения к контенту этого буфера будут видимы в новом буфере, и наоборот; позиция этих двух буферов, предел, и значения метки будут независимы.
Емкость нового буфера, предел, позиция, и значения метки будут идентичны таковым из этого буфера. Новый буфер будет прямым, если, и только если, этот буфер является прямым, и это будет только для чтения, если, и только если, этот буфер только для чтения.
public abstract LongBuffer asReadOnlyBuffer()
Контент нового буфера будет контентом этого буфера. Изменения к контенту этого буфера будут видимы в новом буфере; новый буфер непосредственно, однако, будет только для чтения и не будет позволять совместно используемому контенту быть измененным. Позиция этих двух буферов, предел, и значения метки будут независимы.
Емкость нового буфера, предел, позиция, и значения метки будут идентичны таковым из этого буфера.
Если этот буфер самостоятельно только для чтения тогда, этот метод ведет себя точно таким же образом как duplicate
метод.
public abstract long get()
BufferUnderflowException
- Если текущая позиция буфера не меньше чем ее пределpublic abstract LongBuffer put(long l)
Пишет даваемый долго в этот буфер в текущей позиции, и затем постепенно увеличивает позицию.
l
- Длинное, которое будет записаноBufferOverflowException
- Если текущая позиция этого буфера не меньше чем ее пределReadOnlyBufferException
- Если этот буфер только для чтенияpublic abstract long get(int index)
index
- Индексирование, из которого будет считано длинноеIndexOutOfBoundsException
- Если index отрицателен или не меньше чем предел буфераpublic abstract LongBuffer put(int index, long l)
Пишет, что даваемые долго в этот буфер в данном индексируют.
index
- Индексирование, при котором будет записано длинноеl
- Длинное значение, которое будет записаноIndexOutOfBoundsException
- Если index отрицателен или не меньше чем предел буфераReadOnlyBufferException
- Если этот буфер только для чтенияpublic LongBuffer get(long[] dst, int offset, int length)
Этот метод передает longs от этого буфера в данный целевой массив. Если есть меньше longs, остающееся в буфере, чем обязаны удовлетворять запрос, то есть, если length > remaining(), то никакие longs не передаются и a BufferUnderflowException
бросается.
Иначе, этот метод копирует length longs с этого буфера в данный массив, запускающийся в текущей позиции этого буфера и при данном смещении в массиве. Позиция этого буфера тогда постепенно увеличивается length.
Другими словами вызов этого метода формы src.get(dst, off, len) имеет точно тот же самый эффект как цикл
for (int i = off; i < off + len; i++) dst[i] = src.get();except that it first checks that there are sufficient longs in this buffer and it is potentially much more efficient.
dst
- The array into which longs are to be writtenoffset
- The offset within the array of the first long to be
written; must be non-negative and no larger than
dst.lengthlength
- The maximum number of longs to be written to the given
array; must be non-negative and no larger than
dst.length - offsetBufferUnderflowException
- If there are fewer than length longs
remaining in this bufferIndexOutOfBoundsException
- If the preconditions on the offset and length
parameters do not holdpublic LongBuffer get(long[] dst)
This method transfers longs from this buffer into the given destination array. An invocation of this method of the form src.get(a) behaves in exactly the same way as the invocation
src.get(a, 0, a.length)
BufferUnderflowException
- If there are fewer than length longs
remaining in this bufferpublic LongBuffer put(LongBuffer src)
This method transfers the longs remaining in the given source
buffer into this buffer. If there are more longs remaining in the
source buffer than in this buffer, that is, if
src.remaining() > remaining(),
then no longs are transferred and a BufferOverflowException
is thrown.
Otherwise, this method copies n = src.remaining() longs from the given buffer into this buffer, starting at each buffer's current position. The positions of both buffers are then incremented by n.
In other words, an invocation of this method of the form dst.put(src) has exactly the same effect as the loop
while (src.hasRemaining()) dst.put(src.get());except that it first checks that there is sufficient space in this buffer and it is potentially much more efficient.
src
- The source buffer from which longs are to be read;
must not be this bufferBufferOverflowException
- If there is insufficient space in this buffer
for the remaining longs in the source bufferIllegalArgumentException
- If the source buffer is this bufferReadOnlyBufferException
- If this buffer is read-onlypublic LongBuffer put(long[] src, int offset, int length)
This method transfers longs into this buffer from the given
source array. If there are more longs to be copied from the array
than remain in this buffer, that is, if
length > remaining(), then no
longs are transferred and a BufferOverflowException
is
thrown.
Otherwise, this method copies length longs from the given array into this buffer, starting at the given offset in the array and at the current position of this buffer. The position of this buffer is then incremented by length.
In other words, an invocation of this method of the form dst.put(src, off, len) has exactly the same effect as the loop
for (int i = off; i < off + len; i++) dst.put(a[i]);except that it first checks that there is sufficient space in this buffer and it is potentially much more efficient.
src
- The array from which longs are to be readoffset
- The offset within the array of the first long to be read;
must be non-negative and no larger than array.lengthlength
- The number of longs to be read from the given array;
must be non-negative and no larger than
array.length - offsetBufferOverflowException
- If there is insufficient space in this bufferIndexOutOfBoundsException
- If the preconditions on the offset and length
parameters do not holdReadOnlyBufferException
- If this buffer is read-onlypublic final LongBuffer put(long[] src)
This method transfers the entire content of the given source long array into this buffer. An invocation of this method of the form dst.put(a) behaves in exactly the same way as the invocation
dst.put(a, 0, a.length)
BufferOverflowException
- If there is insufficient space in this bufferReadOnlyBufferException
- If this buffer is read-onlypublic final boolean hasArray()
If this method returns true then the array
and arrayOffset
methods may safely be invoked.
public final long[] array()
Modifications to this buffer's content will cause the returned array's content to be modified, and vice versa.
Invoke the hasArray
method before invoking this
method in order to ensure that this buffer has an accessible backing
array.
array
in class Buffer
ReadOnlyBufferException
- If this buffer is backed by an array but is read-onlyUnsupportedOperationException
- If this buffer is not backed by an accessible arraypublic final int arrayOffset()
If this buffer is backed by an array then buffer position p corresponds to array index p + arrayOffset().
Invoke the hasArray
method before invoking this
method in order to ensure that this buffer has an accessible backing
array.
arrayOffset
in class Buffer
ReadOnlyBufferException
- If this buffer is backed by an array but is read-onlyUnsupportedOperationException
- If this buffer is not backed by an accessible arraypublic abstract LongBuffer compact()
The longs between the buffer's current position and its limit, if any, are copied to the beginning of the buffer. That is, the long at index p = position() is copied to index zero, the long at index p + 1 is copied to index one, and so forth until the long at index limit() - 1 is copied to index n = limit() - 1 - p. The buffer's position is then set to n+1 and its limit is set to its capacity. The mark, if defined, is discarded.
The buffer's position is set to the number of longs copied, rather than to zero, so that an invocation of this method can be followed immediately by an invocation of another relative put method.
ReadOnlyBufferException
- If this buffer is read-onlypublic abstract boolean isDirect()
public String toString()
public int hashCode()
The hash code of a long buffer depends only upon its remaining elements; that is, upon the elements from position() up to, and including, the element at limit() - 1.
Because buffer hash codes are content-dependent, it is inadvisable to use buffers as keys in hash maps or similar data structures unless it is known that their contents will not change.
hashCode
in class Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public boolean equals(Object ob)
Two long buffers are equal if, and only if,
They have the same element type,
They have the same number of remaining elements, and
The two sequences of remaining elements, considered independently of their starting positions, are pointwise equal.
A long buffer is not equal to any other type of object.
equals
in class Object
ob
- The object to which this buffer is to be comparedObject.hashCode()
,
HashMap
public int compareTo(LongBuffer that)
Two long buffers are compared by comparing their sequences of
remaining elements lexicographically, without regard to the starting
position of each sequence within its corresponding buffer.
Pairs of long
elements are compared as if by invoking
Long.compare(long,long)
.
A long buffer is not comparable to any other type of object.
compareTo
in interface Comparable<LongBuffer>
that
- the object to be compared.public abstract ByteOrder order()
The byte order of a long buffer created by allocation or by
wrapping an existing long array is the native order
of the underlying
hardware. The byte order of a long buffer created as a view of a byte buffer is that of the
byte buffer at the moment that the view is created.
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT ea-b92