public class CounterHistoryStack extends Object implements Iterable<long[]>
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<long[]> |
list |
protected int |
maxSize |
| Constructor and Description |
|---|
CounterHistoryStack(int size) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
get(int idx) |
LinkedList<long[]> |
getAsList() |
Iterator<long[]> |
iterator() |
void |
push(long[] item) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected final LinkedList<long[]> list
protected final int maxSize
public CounterHistoryStack(int size)
Copyright © 2015 Nuxeo SA. All rights reserved.