| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.buffer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayBuffer |
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
Buffer.clear()
Clears this buffer.
|
Buffer |
Buffer.flip()
Flips this buffer.
|
Buffer |
Buffer.limit(int newLimit)
Sets this buffer's limit.
|
Buffer |
Buffer.mark()
Sets this buffer's mark at its position.
|
Buffer |
Buffer.position(int newPosition)
Sets this buffer's position.
|
Buffer |
Buffer.reset()
Resets this buffer's position to the previously-marked position.
|
Buffer |
Buffer.rewind()
Rewinds this buffer.
|
Copyright © 2020. All rights reserved.