Uses of Class
com.mackenziehigh.sexpr.SList
Packages that use SList
Package
Description
Symbolic Expressions.
(Private) Implementation Details.
-
Uses of SList in com.mackenziehigh.sexpr
Methods in com.mackenziehigh.sexpr that return SListModifier and TypeMethodDescriptionThis method appends the given value onto the selected node, if the selected node is a symbolic-list.default SList
Sexpr.asList()
Cast this object to SList.static SList
SList.copyOf
(SourceLocation location, Iterable<? extends Sexpr<?>> list) Factory Method.static SList
SList.copyOf
(SourceLocation location, Iterator<? extends Sexpr<?>> stream) Factory Method.static SList
SList.copyOf
(SourceLocation location, Stream<? extends Sexpr<?>> stream) Factory Method.static SList
Factory Method.static SList
Factory Method.static SList
Factory Method.static SList
SList.fromMap
(SourceLocation location, Map<? extends Sexpr<?>, ? extends Sexpr<?>> map) This method creates a new two-dimensional list from the given map.static SList
SList.fromMap
(SourceLocation location, Map<? extends Sexpr<?>, ? extends Sexpr<?>> map, Sexpr<?> separator) This method creates a new two-dimensional list from the given map.static SList
Factory Method.static SList
SList.of
(SourceLocation location, Sexpr<?>... elements) Factory Method.static SList
This method converts the textual representation of a SList to an actual corresponding SList object.static SList
This method converts the textual representation of a SList to an actual corresponding SList object.static SList
This method converts the textual representation of a text file to an actual corresponding SList object.static SList
SList.parseResource
(String path) This method converts the textual representation of a resource file to an actual corresponding SList object.This method prepends the given value onto the selected node, if the selected node is a symbolic-list.This method sets the selected node to the given value.SList.tail()
This method retrieves the sub-list containing all of the elements of this list, except for the first element in linear-time.Constructors in com.mackenziehigh.sexpr with parameters of type SList -
Uses of SList in com.mackenziehigh.sexpr.internal
Methods in com.mackenziehigh.sexpr.internal that return SList