Module org.tquadrat.foundation.util
Package org.tquadrat.foundation.util.internal
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
ClassDescriptionThe implementation of
AutoSemaphore
.Provides HTML and XML entity utilities.Local interface for the data structure that is used to store the entity mappings.A simple implementation for the interfaceEntities.EntityMap
.An implementation ofRangeMap
that does not allow changes.The implementation for the interfaceHash
.The implementation for the interfaceHeadTailList
The implementation of the interfaceIterator
for instances ofHeadTailListImpl
KeyBasedComparator<T,K> Sometimes a special sort key is used to order elements, and instead of hiding the generation of that key inside the methodcompare()
of an implementation ofComparator
, this implementation expects an instance ofComparators.KeyProvider
as an argument to its constructor.LazyListImpl<E>The implementation forLazyList
.LazyMapImpl<K,V> The implementation forLazyMap
.LazySetImpl<E>The implementation forLazySet
.LazySortedMapImpl<K,V> The implementation forLazyMap
.ListBasedComparator<T,K> A comparator that works on a list of sort keys.ListBasedComparator.SimpleKeyProvider<T,K extends T> A simple implementation ofComparators.KeyProvider
that returns the instance itself as the sort order key.RangeMapImpl<T>The implementation of the interfaceRangeMap
.An implementation ofComparator
that compares object instances based on their String representation.An implementation forAutoSemaphore
that allows a timeout for the permits.TheJanitor
for the owningTimeoutSemaphoreImpl
instance.