|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JIPList | |
| com.ugos.JIProlog.engine | |
| Uses of JIPList in com.ugos.JIProlog.engine |
| Fields in com.ugos.JIProlog.engine declared as JIPList | |
static JIPList |
JIPList.NIL
Empty list or nil [] |
| Methods in com.ugos.JIProlog.engine that return JIPList | |
static JIPList |
JIPList.create(JIPTerm head,
JIPTerm tail)
Creates a new List |
static JIPList |
JIPList.append(JIPList head,
JIPList tail)
Returns a new JIPList object by appending list2 to list1 |
JIPList |
JIPList.reverse()
Returns a new JIPList object by reversing this JIPList object |
| Methods in com.ugos.JIProlog.engine with parameters of type JIPList | |
static JIPString |
JIPString.create(JIPList string)
Creates a new JIPString object from a list of characters |
static JIPList |
JIPList.append(JIPList head,
JIPList tail)
Returns a new JIPList object by appending list2 to list1 |
static JIPList |
JIPList.append(JIPList head,
JIPList tail)
Returns a new JIPList object by appending list2 to list1 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||