Uses of Package
com.jongsoft.lang.collection
-
Packages that use com.jongsoft.lang.collection Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library.com.jongsoft.lang.collection A purely functional based set of collection implementations based upon the Collection.com.jongsoft.lang.collection.tuple com.jongsoft.lang.collection.tuple.impl -
Classes in com.jongsoft.lang.collection used by com.jongsoft.lang Class Description Iterator An extension on the defaultIterator
that adds utility operations to easily manipulate the iterator or locate elements inside it.Map This class represents a map implementation that is immutable.Sequence Sequences are ordered collections of elements.Set The set is an extension of theCollection
interface that guarantees only unique elements are contained within the set.Tree -
Classes in com.jongsoft.lang.collection used by com.jongsoft.lang.collection Class Description Collection The collection interface enables basic operations that allow access to the elements.Foldable In functional programming, fold (also termed reduce, accumulate, aggregate, compress, or inject) refers to a family of higher-order functions that analyze a recursive data structure and through use of a given combining operation, recombine the results of recursively processing its constituent parts, building up a return value.Iterator An extension on the defaultIterator
that adds utility operations to easily manipulate the iterator or locate elements inside it.List Map This class represents a map implementation that is immutable.Pipeline A pipeline is a set of commands that will be applied on top anyCollection
.Sequence Sequences are ordered collections of elements.Set The set is an extension of theCollection
interface that guarantees only unique elements are contained within the set.Traversable Tree Tree.NodeCollection The node collection is a set of tree elements each containing exactly one value. -
Classes in com.jongsoft.lang.collection used by com.jongsoft.lang.collection.tuple Class Description Sequence Sequences are ordered collections of elements. -
Classes in com.jongsoft.lang.collection used by com.jongsoft.lang.collection.tuple.impl Class Description Sequence Sequences are ordered collections of elements.