|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LinkedList | |
| alice.tuprolog | |
| alice.util | |
| Uses of LinkedList in alice.tuprolog |
| Methods in alice.tuprolog that return LinkedList | |
LinkedList |
OperatorManager.getOperators()
Gets the list of the operators currently defined |
| Uses of LinkedList in alice.util |
| Fields in alice.util declared as LinkedList | |
LinkedList |
LinkedQueue.head
queue head |
LinkedList |
LinkedQueue.tail
queue tail |
LinkedList |
LinkedList.tail
|
| Methods in alice.util that return LinkedList | |
LinkedList |
LinkedList.getTail()
|
| Constructors in alice.util with parameters of type LinkedList | |
LinkedList(java.lang.Object h,
LinkedList t)
list from head and tail |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||