Uses of Class
eu.bandm.tools.util.java.IncrementalList
Packages that use IncrementalList
Package
Description
-
Uses of IncrementalList in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java that return IncrementalListModifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> IncrementalList<A> IncrementalList.empty()Returns an empty list.IncrementalList.getFront()Returns the sublist without the last element, if any.static <A> IncrementalList<A> IncrementalList.of(A... elems) Returns a incremental list copy of the given array.static <A> IncrementalList<A> Returns an incremental list copy of the given list.