public class CounterHistoryStack extends Object implements Iterable<long[]>
CounterHistoryStack(int size)
long[]
get(int idx)
LinkedList<long[]>
getAsList()
Iterator<long[]>
iterator()
void
push(long[] item)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CounterHistoryStack(int size)
public void push(long[] item)
public Iterator<long[]> iterator()
iterator
Iterable<long[]>
public String toString()
toString
Object
public long[] get(int idx)
public LinkedList<long[]> getAsList()
Copyright © 2015 Nuxeo SA. All rights reserved.