Package eu.bandm.tools.util.java


package eu.bandm.tools.util.java
Utility classes for types defined in the java runtime library packages java.lang and java.util.
  • Class
    Description
    Library of constants and operations for arrays.
    Library of constants and operations for working with binary predicates.
    Library of constants and operations for working with bit sets.
    Library of constants and operations for working with the Java collection framework.
    Helper class for building maps incrementally.
    Find one or more results of a construction.
    Signals that a construction has unexpectedly produced more than one result.
    Library of constants and operations for working with object comparison functions.
    A factory for an application entry point.
    A generic application main class.
    Library of constants and operations for working with enumeration classes.
    Library of constants and operations working with functions.
    Library of constants and operations for working with iterable objects.
    A list that is populated lazily on demand.
    Library of constants and operations for working with iterators.
    An iterator that passes on only selected elements.
    Iterators that can look one element ahead.
    Iterators which allow arbitrary deep look-ahead.
    Iterators that can push an element back into the sequence.
    Lazy<T>
    A lazy supplier of a single value.
    Library of operations for working with list iterators.
    Library of constants and operations for working with lists.
    Library of constants and operations for working with object references.
    Library of constants and operations for working with predicates.
    Tracks the progress of a hierarchical task.
    Utility class for string manipulation.
    Reified field-like variable.
    Base class for virtual fields that cannot be set.