|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.patterns.ArrayListPipe<T>
public class ArrayListPipe<T>
Constructor Summary | |
---|---|
ArrayListPipe()
|
Method Summary | |
---|---|
T |
current()
|
boolean |
isEmpty()
|
void |
leave(T element)
|
void |
move()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayListPipe()
Method Detail |
---|
public void move()
move
in interface Pipe<T>
public boolean isEmpty()
isEmpty
in interface Pipe<T>
public T current()
current
in interface Pipe<T>
public void leave(T element)
leave
in interface Pipe<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |