edu.stanford.math.plex
protected static class SimplexStream.Stack.Segment extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
current |
protected Simplex[] |
entries |
protected SimplexStream.Stack.Segment |
next |
Modifier | Constructor and Description |
---|---|
protected |
SimplexStream.Stack.Segment() |
protected |
SimplexStream.Stack.Segment(int len) |
Modifier and Type | Method and Description |
---|---|
protected SimplexStream.Stack.Segment |
push(Simplex s) |
java.lang.String |
toString() |
protected final Simplex[] entries
protected int current
protected SimplexStream.Stack.Segment next
protected SimplexStream.Stack.Segment()
protected SimplexStream.Stack.Segment(int len)
public java.lang.String toString()
toString
in class java.lang.Object
protected SimplexStream.Stack.Segment push(Simplex s)