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 TypeInterfaceDescriptioninterfaceLazySortedMap<K,V> The interface for aSortedMapthat will be initialised only when required.Methods in org.tquadrat.foundation.util that return LazyMapModifier and TypeMethodDescriptionstatic <K,V> LazyMap <K, V> Creates a newLazyMapinstance that is already initialised.static <K,V> LazyMap <K, V> Creates a newLazyMapinstance that uses the given supplier to initialise.static <K,V> LazyMap <K, V> Creates a newLazyMapinstance 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 TypeClassDescriptionclassLazyMapImpl<K,V> The implementation forLazyMap.final classLazySortedMapImpl<K,V> The implementation forLazyMap.
