# Class: com.pnfsoftware.jeb.core.units.code.android.ApkResHelper.InternalMap

Internal cache of resource identifiers and values.

## Constructor: InternalMap


## Field: intmap
Type: `java.util.Map<java.lang.String,java.lang.Integer>`
Description: A map of integer resource names to their values.

## Field: pubmap
Type: `java.util.Map<java.lang.Integer,com.pnfsoftware.jeb.util.base.Couple<java.lang.String,java.lang.String>>`
Description: A map of IDs to \(res\_type, res\_name\) entries

## Field: strmap
Type: `java.util.Map<java.lang.String,java.lang.String>`
Description: A map of string resource names to their values \(potentially localized\).

