Uses of Interface
org.tquadrat.foundation.util.internal.Entities.EntityMap
Packages that use Entities.EntityMap
Package
Description
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of Entities.EntityMap in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement Entities.EntityMapModifier and TypeClassDescriptionprivate static class
A simple implementation for the interfaceEntities.EntityMap
.Fields in org.tquadrat.foundation.util.internal with type parameters of type Entities.EntityMapModifier and TypeFieldDescriptionprivate final Lazy
<Entities.EntityMap> Entities.m_EntityMap
The entity mapping.Methods in org.tquadrat.foundation.util.internal with parameters of type Entities.EntityMapModifier and TypeMethodDescriptionprivate static void
Entities.loadEntities
(Entities.EntityMap entityMap, URL resourceURL) Load the entities from the resource identified by the given URL to the given target entity map.private static void
Entities.parseAndAdd
(Entities.EntityMap entityMap, String inputLine) Parses the given input line for an entity name and the related code point, and adds both to the given entity map.