Uses of Interface
com.jongsoft.lang.collection.Foldable
-
Packages that use Foldable Package Description com.jongsoft.lang.collection A purely functional based set of collection implementations based upon the Collection. -
-
Uses of Foldable in com.jongsoft.lang.collection
Subinterfaces of Foldable in com.jongsoft.lang.collection Modifier and Type Interface Description interface
Collection<T>
The collection interface enables basic operations that allow access to the elements.interface
Iterator<T>
An extension on the defaultIterator
that adds utility operations to easily manipulate the iterator or locate elements inside it.interface
List<T>
interface
Map<K,T>
This class represents a map implementation that is immutable.interface
Pipeline<T>
A pipeline is a set of commands that will be applied on top anyCollection
.interface
Sequence<T>
Sequences are ordered collections of elements.interface
Set<T>
The set is an extension of theCollection
interface that guarantees only unique elements are contained within the set.interface
Traversable<T>
interface
Tree<T>
static interface
Tree.NodeCollection<T>
The node collection is a set of tree elements each containing exactly one value.
-