Uses of Interface
org.tquadrat.foundation.util.LazySet
Packages that use LazySet
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 LazySet in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return LazySetModifier and TypeMethodDescriptionstatic <E> LazySet
<E> Creates a newLazySet
instance that is already initialised.static <E> LazySet
<E> Creates a newLazySet
instance that uses the given supplier to initialise.static <E> LazySet
<E> Creates a newLazySet
instance that uses the given supplier to create the internal map, but that supplier does not provide values on initialisation. -
Uses of LazySet in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement LazySet