|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.AbstractSequentialList | +--gnu.trove.TLinkedList | +--opennlp.grok.util.SlashStack
A stack that contains slashes.
Field Summary |
Fields inherited from class gnu.trove.TLinkedList |
_head, _size, _tail |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
SlashStack()
|
|
SlashStack(SlashStack cs)
|
Method Summary | |
void |
addHead(Slash c)
|
void |
addTail(Slash c)
|
SlashStack |
copy()
|
Slash |
getHead()
|
Slash |
getTail()
|
SlashStack |
sublistCopy(int upto)
|
java.lang.String |
toString()
|
Methods inherited from class gnu.trove.TLinkedList |
add, add, addBefore, addFirst, addLast, clear, contains, getFirst, getLast, insert, listIterator, remove, removeFirst, removeLast, size, toArray, toUnlinkedArray |
Methods inherited from class java.util.AbstractSequentialList |
addAll, get, iterator, remove, set |
Methods inherited from class java.util.AbstractList |
equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, isEmpty, removeAll, retainAll, toArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
addAll, containsAll, isEmpty, removeAll, retainAll, toArray |
Constructor Detail |
public SlashStack()
public SlashStack(SlashStack cs)
Method Detail |
public Slash getHead()
public Slash getTail()
public void addHead(Slash c)
public void addTail(Slash c)
public SlashStack copy()
public SlashStack sublistCopy(int upto)
public java.lang.String toString()
toString
in class java.util.AbstractCollection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |