Java com.lowagie.text.pdf IntHashtable fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf IntHashtable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf IntHashtable.

The text is from its open source code.

Constructor

IntHashtable()

Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.

Method

intget(int key)

Returns the value to which the specified key is mapped in this map.