Package eu.bandm.tools.util.java
package eu.bandm.tools.util.java
Utility classes for types defined in the java runtime library
java.util
.-
ClassDescriptionLibrary of constants and combinators for java language level arrays.Library of constants and combinators for classes implementing
BiPredicate
.Library of constants and combinators for classes implementingBitSet
.Library of constants and combinators for classes implementingCollection
and similars.Library of constants and combinators for classes implementingComparator
.Library of constants and combinators for classes implementingEnum
.Library of constants and combinators for classes implementingFunction
.Functions.MemoizedBiFunction<A,B, C> Library of constants and combinators for classes implementingIterable
.Library of combinators for classes implementingIterator
.An iterator which allows arbitrary deep look-ahead for an underlying iterator.Visitor which performs the methodIterators.Pairwise.first(Object)
for the first element of an Iterable; afterwards the methodIterators.Pairwise.pairwise(Object,Object)
for each pair of adjacent elements, and at last the methodIterators.Pairwise.last(Object)
.Visitor which performs the methodIterators.Triplewise.action(Object,Object,Object)
for triples of adjacent elements of an Iterable.Lazy<T>Library of combinators for classes implementingListIterator
.Library of constants and combinators for classes implementingList
.Library of constants and combinators for classes implementingPredicate
.Utility class for string manipulation.