Uses of Class gnu.lists.LList

Uses in package gnu.commonlisp.lang

Fields of type gnu.lists.LList

LList

Uses in package gnu.jemacs.buffer

Methods with parameter type gnu.lists.LList

EMenu
void
void

Uses in package gnu.jemacs.swing

Constructors with parameter type gnu.lists.LList

Methods with parameter type gnu.lists.LList

EMenu
void
void

Uses in package gnu.jemacs.swt

Methods with parameter type gnu.lists.LList

EMenu
void
void

Uses in package gnu.kawa.functions

Methods with parameter type gnu.lists.LList

void

Uses in package gnu.lists

Classes derived from gnu.lists.LList

class
A "pair" object, as used in Lisp-like languages.
class
A Pair with the file name and position it was read from.

Fields of type gnu.lists.LList

LList

Methods with return type gnu.lists.LList

LList
LList.makeList(Object[] vals, int offset)
LList
LList.makeList(Object[] vals, int offset, int length)
LList
LList.makeList(java.util.List vals)
LList
LList.reverseInPlace(Object list)
Reverse a list in place, by modifying the cdr fields.

Uses in package gnu.mapping

Methods with return type gnu.lists.LList

LList
Get remaining arguments as a list.

Uses in package kawa.lang

Methods with parameter type gnu.lists.LList

ClassType
Record.makeRecordType(String name, LList fnames)

Methods with return type gnu.lists.LList

LList
Record.typeFieldNames(Class clas)
LList