public final class Trees extends Object implements Iterable<Tree>, Serializable
Constructor and Description |
---|
Trees() |
Trees(Tree head) |
Trees(Tree head,
Trees tail) |
Modifier and Type | Method and Description |
---|---|
Trees |
append(Tree e) |
Trees |
append(Trees s) |
Trees |
cons(Tree e) |
boolean |
equals(Trees s) |
Tree |
head() |
boolean |
is_empty() |
Iterator<Tree> |
iterator() |
int |
length() |
boolean |
member(Tree e) |
Tree |
nth(int n) |
String |
pretty(int position) |
Trees |
reverse() |
protected int |
size() |
Trees |
tail() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Trees()
public Trees(Tree head)
public Tree head()
public Trees tail()
public boolean is_empty()
public int length()
public Trees reverse()
public boolean member(Tree e)
public Tree nth(int n)
public boolean equals(Trees s)
protected int size()
public String pretty(int position)
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.