|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoursland.collection.IntegerPipe
public class IntegerPipe
Field Summary | |
---|---|
private int |
available
|
private int[] |
buffer
|
private int |
bufferRead
|
private int |
bufferWrite
|
Constructor Summary | |
---|---|
IntegerPipe(int size)
|
Method Summary | |
---|---|
int |
available()
|
int |
get()
|
int |
peek()
|
int |
put(int ch)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int[] buffer
private int bufferRead
private int bufferWrite
private int available
Constructor Detail |
---|
public IntegerPipe(int size)
Method Detail |
---|
public int put(int ch)
public int peek()
public int get()
public int available()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |