Uses of Interface
org.tquadrat.foundation.util.LazySortedMap
Packages that use LazySortedMap
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 LazySortedMap in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return LazySortedMapModifier and TypeMethodDescriptionstatic <K,
V> LazySortedMap <K, V> Creates a newLazySortedMap
instance that is already initialised.static <K,
V> LazySortedMap <K, V> Creates a newLazySortedMap
instance that uses the given supplier to initialise.static <K,
V> LazySortedMap <K, V> Creates a newLazySortedMap
instance that uses the given supplier to create the internal map, but that supplier will not populate the map with entries. -
Uses of LazySortedMap in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement LazySortedMapModifier and TypeClassDescriptionfinal class
LazySortedMapImpl<K,
V> The implementation forLazyMap
.