|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.util.Slist
public class Slist
Cons-cell slist of objects
| Field Summary | |
|---|---|
java.lang.Object |
first
|
Slist |
next
|
| Constructor Summary | |
|---|---|
Slist(Slist next,
java.lang.Object first)
Create a new cons-cell |
|
| Method Summary | |
|---|---|
static Slist |
append(Slist a,
Slist b)
Destructively append |
static Slist |
copy(Slist slist)
Copies a slist |
static Slist |
remove(Slist slist,
java.lang.Object object)
Remove if == |
Slist |
rest()
|
static Slist |
reverse(Slist slist)
Destructively reverse |
java.lang.Object |
value()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Slist next
public java.lang.Object first
| Constructor Detail |
|---|
public Slist(Slist next,
java.lang.Object first)
| Method Detail |
|---|
public Slist rest()
public java.lang.Object value()
public static Slist copy(Slist slist)
public static Slist reverse(Slist slist)
public static Slist append(Slist a,
Slist b)
public static Slist remove(Slist slist,
java.lang.Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||