Package manifold.rt.api.util
package manifold.rt.api.util
-
ClassDescriptionA base class to simplify implementing iterators so that implementations only have to implement [computeNext] to implement the iterator, calling [done] when the iteration is complete.This class is in part derived from org.apache.commons.lang.ClassUtils and is intended to break a dependency on that project.This class is directly derived from org.apache.commons.lang.ObjectUtils and is intended to avoid dependencies on that project.Class used as a null placeholder where
nullhas another meaning.This class is based, in part, on org.apache.commons.lang.StringUtils and is intended to break the dependency on that project.Pair<F,S> A simple class to type-safely model a pair of values.Enables the:first and secondsyntax forPair, which is particularly useful with theMap#mapOfextension method.Stack<T>