# Class: com.pnfsoftware.jeb.core.units.code.android.dex.IDexMap.Entry

Entry of a Dex map.

## Constructor: Entry
- parameter: `id`, type: `int`
- parameter: `offset`, type: `int`
- parameter: `count`, type: `int`

Description: Create a map entry.
parameter: id: the item type id
parameter: offset: the file offset to the first item
parameter: count: the number of items

## Method: getCount
- return type: `int`

Description: Get the number of items.
return: the item count

## Method: getId
- return type: `int`

Description: Get the item type id.
return: the item type id

## Method: getOffset
- return type: `int`

Description: Get the file offset to the first item.
return: the file offset

