Package com.activeviam.tech.core.internal.util
package com.activeviam.tech.core.internal.util
-
ClassDescriptionAbstract implementation of
IBuilder
.A facade to perform filtered iteration with the Iterator interface.A set of utility methods for arrays.ATIntIterator
taking another iterator as underlying and filtering some values out of the ones returned by the underlying iterator.A set of utility methods forclasses
.Utility class forCollection
s.Anresettable iterator
that has no elements.Tool class controlling the environment.Helper class for methods on Errors and Exceptions.A utility class to help with the file system.FilteredList<T extends E,E> A list implementation that allows to access and manipulate only the elements of a given subtype of a list and reflect any change on the latter.Basic implementation of aAFilteringIterator
that relies on aPredicate
to choose which elements can be returned.Utility class for formatters.Builder interface.LazyObject<T>Lazily builds anObject
of typeT
, if and only ifLazyObject.get()
is called and the constructor returned a nonnull
result.A set of utility methods forlists
.ListIterator class providing a crossing of a list in reverse order with the same API as a classic list iterator.A set of static methods used to manipulate JavaProperties
.A simple implementation ofIRangeUnion
.Collection of utility functions on ranges.This class contains a set of static utility methods for efficient serialization.An iterator iterating over only one instance of a given class.Provide utilities for creating Collection of strings.Class providing utility methods to manipulate strings.Utilities around thread dump.A predicate which always returnstrue
.A wrapper class with some extra utilities on top ofUnsafe
.