edu.stanford.math.plex
public static class SimplexStream.Tail extends java.lang.Object
Tail
provides the FI part of a FIFO
queue. To retrieve the enqueued simplices in FO order, attach a
Head
to this instance.Constructor and Description |
---|
SimplexStream.Tail() |
SimplexStream.Tail(int len) |
Modifier and Type | Method and Description |
---|---|
SimplexStream.Tail |
enqueue(Simplex s) |
java.lang.String |
toString() |
public SimplexStream.Tail()
public SimplexStream.Tail(int len)
public java.lang.String toString()
toString
in class java.lang.Object
public SimplexStream.Tail enqueue(Simplex s)