Uses of Interface
org.tquadrat.foundation.util.LazyMap
Packages that use LazyMap
Package
Description
The utility classes provided for the Foundation
library.
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of LazyMap in org.tquadrat.foundation.util
Subinterfaces of LazyMap in org.tquadrat.foundation.utilModifier and TypeInterfaceDescriptioninterface
LazySortedMap<K,
V> The interface for aSortedMap
that will be initialised only when required.Methods in org.tquadrat.foundation.util that return LazyMapModifier and TypeMethodDescriptionstatic <K,
V> LazyMap <K, V> Creates a newLazyMap
instance that is already initialised.static <K,
V> LazyMap <K, V> Creates a newLazyMap
instance that uses the given supplier to initialise.static <K,
V> LazyMap <K, V> Creates a newLazyMap
instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation. -
Uses of LazyMap in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement LazyMapModifier and TypeClassDescriptionclass
LazyMapImpl<K,
V> The implementation forLazyMap
.final class
LazySortedMapImpl<K,
V> The implementation forLazyMap
.