Searched refs:PersistentStack (Results 1 – 2 of 2) sorted by relevance
9 public interface PersistentStack<E> { interface12 public PersistentStack<E> pop(); in pop()13 public PersistentStack<E> push(E elem); in push()
17 import annotations.util.PersistentStack;361 PersistentStack<ASTEntry> s = this; in iterator()394 PersistentStack<ASTEntry> s = this; in get()412 PersistentStack<ASTEntry> s = canonical(this); in hashCode()433 PersistentStack<ASTEntry> s0 = canonical(this); in compareTo()434 PersistentStack<ASTEntry> s1 = canonical(o); in compareTo()1630 class ConsStack<E> implements PersistentStack<E> {1633 private PersistentStack<E> rest;1667 public PersistentStack<E> pop() { in pop()1673 public PersistentStack<E> push(E elem) { in push()[all …]