public abstract class ReadWriteBuffer<E,BF extends ReadWriteBuffer> extends Buffer<BF>
| 构造器和说明 |
|---|
ReadWriteBuffer(long mark,
long pos,
long lim,
long cap) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract E |
get() |
abstract E |
get(long index) |
abstract List<E> |
get(long index,
long maxLength) |
abstract BF |
put(Collection<E> es) |
abstract BF |
put(E e) |
abstract BF |
put(E[] es) |
abstract BF |
put(long index,
E e) |
array, arrayOffset, capacity, checkIndex, clear, flip, hasArray, hasRemaining, isReadOnly, limit, limit, mark, nextGetIndex, nextGetIndex, nextPutIndex, position, position, remaining, reset, rewindpublic abstract BF put(Collection<E> es)
public abstract E get()
public abstract E get(long index)
Copyright © 2021. All rights reserved.