public static class

IDexMap.Entry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.dex.IDexMap.Entry

Class Overview

Entry of a Dex map.

Summary

Public Constructors
Entry(int id, int offset, int count)
Public Methods
int getCount()
int getId()
int getOffset()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Entry (int id, int offset, int count)

Public Methods

public int getCount ()

public int getId ()

public int getOffset ()