ix.test
Class SConsTest.SCons
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--ix.util.lisp.LList
|
+--ix.util.lisp.Cons
|
+--ix.test.SConsTest.SCons
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, LispObject, java.util.List, java.io.Serializable
- Direct Known Subclasses:
- SConsTest.PatternCons
- Enclosing class:
- SConsTest
- public static class SConsTest.SCons
- extends Cons
- See Also:
- Serialized Form
Fields inherited from class ix.util.lisp.Cons |
car, cdr |
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class ix.util.lisp.Cons |
append, car, cdr, clone, elementAt, elements, equal, equals, find, isNull, length, setCar, setCdr, toString |
Methods inherited from class ix.util.lisp.LList |
delete, drop, flatmap, get, insert, intersect, isEmpty, iterator, lastCons, lastIndexOf, listIterator, mapc, mapcar, permute, replaceAll, reverse, size, take, walkTree, without |
Methods inherited from class java.util.AbstractSequentialList |
add, addAll, get, remove, set |
Methods inherited from class java.util.AbstractList |
add, clear, hashCode, indexOf, listIterator, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
contains, containsAll, remove, removeAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
contains, containsAll, remove, removeAll, retainAll, toArray, toArray |
SConsTest.SCons
public SConsTest.SCons(java.lang.Object car,
LList cdr)
SConsTest.SCons
public SConsTest.SCons(java.util.Collection c)
newInstance
protected SConsTest.SCons newInstance(java.lang.Object car,
LList cdr)
addAll
public boolean addAll(java.util.Collection c)
- Overrides:
addAll
in class java.util.AbstractCollection